What is use of sed command?
Answer Posted / kumar akhila
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 ? | 7 Yes | 3 No |
Post New Answer View All Answers
What is in grep command?
What will the following command do?
Enlist some filename manipulation commands in unix.
What is the significance of the 'tee' command?
how to sort the content of the file based on numeric values
Does cp command overwrite files?
How do I delete files from command prompt?
What does the command ' $who | sort –logfile > newfile' do?
What is the size of time_t?
What is merge command in unix?
How do I run a bash script?
When i run a programm of orphan process. Instead of getting child's parent (ppid)=1 ..i get 1400 and it varies as per system.
How can i findthe right soluion???
My pgm:
#include
What does grep v do?
Who command in unix?
What is the functionality of a top command?