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 use of the tee command?
Explain the steps that a shell follows while processing a command.
How can we use grep command in unix?
Which command is used to delete all files in the current directory and all its sub-directories?
What is time_t?
Write a command to display a file’s contents in various formats?
Can you enlist some commonly used network commands?
How to use grep command to list find the records of a file containing 10 different strings?
How do you grep recursively?
How to find $ai_serual resolved path by using unix
What is the first character of the output in ls l command?
Give the command for finding the current date.
Name the various commands that are used for the user information in unix.
What's a command word?
How do you repeat a command in terminal?