What is use of sed command?
Answer Posted / naren
sed -e 's/oldstuff/newstuff/g' inputFileName >
outputFileName
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
What is the use of tee command?
What is the comma to display different lines that are found when compare two files?
What is the functionality of a top command?
Why is shebang used?
Explain ‘library functions’ with respect to unix commands?
What do chgrp command do?
What is the difference between cat command and more command?
What does the metacharacter mean?
What is the use of finger command?
How do I delete files from command prompt?
Which command is used to copy files?
What is the behavioural difference between cmp and diff commands?
What are the commands in UNIX to list the files in a Directory?
Is there a way to erase all files in the current directory, including all its sub-directories, using only one command?
What is in grep command?