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 |
what is the command to find out which shell you are running?
what is the difference between KILL and KILL -9?
5 Answers Informatica, Nutanix,
Write a command to find all of the files which have been accessed within the last 30 days.
Which unix command lists files/folders in alphabetical order?
What is a command and examples?
distinguish between interrupts and exceptions?
what are the different commands used to view the contents of a file?
What is use of sed command?
12 Answers BitWise, Infosys, Reliance,
How would you find the size of a file or directory?
what is the command to print last 8 lines of any text file.
what do you understand bythe term 'de-mountable volumes'?
Sorry to all Technical person for mistake of Question. Now i am post currect question Why copied file permission is changed in destination. When i give all permission i.e 777 to file and copy that to other location in destination the permission is 755. But if give permission 555 in destination that file permission is 555 and if give permission 444 to file after copy in destination the file permission is 444. These all are happening in normal user. How the umask value is calculate here really i am not understand. Please write the proper answer. Thanks in Advance