What is use of sed command?
Answer Posted / sujit
sed is use to replace a character string with a defferent
string
syntax of "sed"
sed s/oldstring/newstring/filename
example
sed s/sujit/ajit/abc.old>abc
it means string sujit change into ajit which placed in file
abc.old
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Can you enlist some commonly used network commands?
Is it inbetween or in between?
What do chown command do?
What does this command do,"$more readme.txt“?
What does the “echo” command do?
Write a command that will display files in the current directory, in a colored, long format.
What is unix command line?
Which unix command lists files/folders in alphabetical order?
What is ‘ps’ command for?
How can we use grep command in unix?
Enlist some filename manipulation commands in unix.
What are file commands?
What is a command and examples?
How do I use grep to search for a file?
What is grep in bash?