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
Explain command to view process running?
What does this command do,"$more readme.txt“?
What is the command to compare two files in unix?
Which command will print your home directory on screen?
What is the difference between cat command and more command?
What do know about tee command and its usage?
Write a command that will display files in the current directory, in a colored, long format.
What is command statement?
What is the function of grep command in unix?
Can you enlist some commonly used network commands?
How to find $ai_serual resolved path by using unix
What does the md command do?
Explain ‘library functions’ with respect to unix commands?
Who invented grep?
What does #!/ Bin sh do?