What is use of sed command?
Answer Posted / sumitabha das
sed is a multipurpose tool which combines the work of
several filters.
sed uses instructions to act on text.
AN instruction combines an address for selecting lines with
an action to be taken on then , as shown by the syntax
sed options 'address action' file(s)
Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
Why is awk called awk?
What is the use of finger command?
How do I use grep to find a file?
What is a bash command?
Can you explain a little bit about command substitution?
Differentiate cat command from more command.
What is grep command in unix with examples?
Is there a way to erase all files in the current directory, including all its sub-directories, using only one command?
How do I search for text in vi?
What is the nmap command?
What are the unix commands?
Which command is used to find whether the system is 32 bit or 64 bit?
How do you grep a case insensitive?
How to use grep command to list find the records of a file containing 10 different strings?
What command is used to check the current users?