What is use of sed command?
Answer Posted / vandanaverma_2
sed reads the standard input into the pattern space,
performs a sequence of editing commands on the pattern
space, then writes the pattern space to STDOUT.
| Is This Answer Correct ? | 14 Yes | 5 No |
Post New Answer View All Answers
Which command is used to find whether the system is 32 bit or 64 bit?
How does the system know where one command ends and another begins?
Explain command to show the space allocation of files?
How do I clear my terminal history?
What are awk commands?
What do know about tee command?
What is grep short for?
How can we use grep command in unix?
What is awk command used for?
How to find $ai_serual resolved path by using unix
Can you explain a little bit about command substitution?
What is used to type command?
What is unix command line?
What do chmod, chown, chgrp commands do?
What is the difference between cat command and more command?