What is use of sed command?
Answer Posted / varakumar
The sed utility is a stream editor that reads one or more
text files, makes editing changes according to a
script of
editing commands, and writes the results to standard
output.
The script is obtained from either the script
operand
string, or a combination of the option-arguments from
the -e
script and -f script_file options.
The sed utility is a text editor. It cannot edit
binary
files or files containing ASCII NUL (\0) characters
or very
long lines.
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
Which command can you use to find the currently running process in unix server?
Explain command to view process running?
What does touch command do in unix?
What is the use of find command in unix?
What is awk used for?
Why is it called grep?
What is nr in awk command?
What is the use of sed command in unix?
What does the md command do?
Are you in or at the office?
What is the pipe command?
Who command in unix operating system?
Write a command that will find all text files in a directory such that it does not contain the word "amazing" in any form (that is, it must include the words amazing, amazing, or amazing)?
How can you see the command line history?
What is updatedb?