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
Explain the steps that a shell follows while processing a command.
What is grep short for?
What are grep patterns?
What is command statement?
Are you in or at the office?
What is s and g in sed command?
What does awk stand for?
Why is shebang used?
What is grep command in unix with examples?
What is rmdir command?
How do I use grep to search for a file?
What does the “echo” command do?
What command is used to check the current users?
Name the general commands in using unix os for a beginner?
Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?