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 can you see the command line history?
What is command substitution?
What are grep patterns?
What are filter commands in unix?
What is the command to view process running?
What does 'mkdir' command do in UNIX?
What is sed awk grep?
Which command is used to find whether the system is 32 bit or 64 bit?
Using unix command how to display no of records in oracle?
What is s and g in sed command?
Which command is used to delete all files in the current directory and all its sub-directories?
What does find command return in unix?
What are the differences among a system call, a library function, and a unix command?
What does #!/ Bin sh do?