What is use of sed command?
Answer Posted / vandanaverma_2
sed reads the standard input into the pattern space,
performs a sequence of editing commands on the pattern
space, then writes the pattern space to STDOUT.
| Is This Answer Correct ? | 14 Yes | 5 No |
Post New Answer View All Answers
How does the system know where one command ends and another begins?
What is the pipe command?
What is the command to compare two files in unix?
How does shebang work?
Give the command for finding the current date.
What does touch command do in unix?
Which command will print your home directory on screen?
How do I run a whois command?
What does the md command do?
What are the commands in UNIX to list the files in a Directory?
Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?
What does the command '$ls | wc –l > file1' do?
why metadb requires a seperate slice to create Solaris volume manager
Describe the usage and functionality of the command rm –r * in unix?
What is the significance of the 'tee' command?