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 does the command ' $who | sort –logfile > newfile' do?
What does sed command do in unix?
Explain command to view process running?
What is the use of find command in unix?
What do know about tee command?
What is s and g in sed command?
Explain command to show the space allocation of files?
Which command is used to kill the last background job?
What are some command words?
Explain the steps that a shell follows while processing a command.
What is the pipe command?
Which unix command lists files/folders in alphabetical order?
Write a command to kill the last background job?
Which command is used to create a directory?
Who command in unix?