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
What is merge command in unix?
How do I run a bash script?
What is the use of sed command in unix?
What is “chmod” command?
What is grep command in unix with examples?
Write a command that will allow a unix system to shut down in 15 minutes, after which it will perform a reboot.
Why is grep called grep?
Who command in unix operating system?
What do chown command do?
How do I find previous commands in unix?
Which command is used to kill the last background job?
How can we use grep command in unix?
What is the comma to show the space allocation of files?
Which command is used to delete all files in the current directory and all its sub-directories?
what is the advaantage of each user having its own copy of the shell?