What is use of sed command?
Answers were Sorted based on User's Feedback
Answer / raj
Sed is a stream editor and you can use as a filter
The following things are happen using sed command
1) Printing a line
2) Deleting a line
3) Substituing a line
-e --> editing mode
-f --> Using this arugment you can open a .sed file to
execute the file
-n --> Default output
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / monu verma
sed is a command used for opening stream editor.
| Is This Answer Correct ? | 7 Yes | 10 No |
How to check whether some services are running in another server or not? Suppose i am currently in a server named A.I want to check whether some services are running in server B without logging into the server B.
3 Answers Amazon, MBA, Syntel, TCS, Unisys,
how will u execute a file in unix
How to find $ai_serual resolved path by using unix
Can you enlist some commonly used network commands?
How to view the hidden files in /etc directory?
what is the meaning of this command rm -rf / what will it do ?
What does this command do? Cat food 1 > kitty
1-how will you display a file whose name is starting with '- '? 2-how will you add a patten at end of every line in vi editor?
Which is the command used to find out currently executing Process in UNIX?
Who command in unix operating system?
what is telnet?
What does grep v grep do?