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
What is the command to find hidden files in the current directory?
What is the use of the tee command?
When i run a programm of orphan process. Instead of getting child's parent (ppid)=1 ..i get 1400 and it varies as per system.
How can i findthe right soluion???
My pgm:
#include
Describe the zip/unzip command using gzip.
What is grep and how do you use it?
What is the command to view process running?
Which command is used to delete all files in the current directory and all its sub-directories?
What does #!/ Bin sh do?
Who wrote grep?
Why is it called grep?
What is a bash command?
What does the md command do?
What does touch command do in unix?
What are filter commands in unix?
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)?