What is use of sed command?
Answer Posted / kumar akhila
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 ? | 7 Yes | 3 No |
Post New Answer View All Answers
Which unix command to make a new directory?
Can you enlist some commonly used network commands?
Which command should you use to find the remaining disk space in unix server?
What is awk used for?
Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?
Why is it called grep?
What does the metacharacter mean?
What is the difference between awk and grep?
How does shebang work?
What is the size of time_t?
Explain the steps that a shell follows while processing a command.
What is rmdir command?
What are bash commands?
How do I clear my terminal history?
What does grep v grep do?