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
What is unix command line?
Explain ‘library functions’ with respect to unix commands?
What does the command '$ls | wc –l > file1' do?
How to use grep command to list find the records of a file containing 10 different strings?
What is the difference between awk and grep?
What is the first character of the output in ls l command?
What does the md command do?
What is the use of egrep command in unix?
What is the nmap command?
Is command prompt unix?
What is the use of awk command in unix?
What are bash commands?
What is “chmod” command?
Which command is used to delete all files in the current directory and all its sub-directories?
What does pipe () return?