How i'll delete a particular line from the file? Please give
answer as soon as possible. Thanks in advance.
Answer Posted / sathish kumar p
sed '3d' file name
Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Which command can you use to find the currently running process in unix server?
What is the pipe command?
What is the size of time_t?
Write a command that will find all text files in a directory such that it does not contain the word "amazing" in any form (that is, it must include the words amazing, amazing, or amazing)?
What is the command to compare two files in unix?
Why is shebang used?
What does touch command do in unix?
What do chmod command do?
What is grep r?
Which unix command lists files/folders in alphabetical order?
Differentiate cmp command from diff command.
What is the behavioural difference between cmp and diff commands?
How can you see the command line history?
What is the significance of the 'tee' command?
What does the “echo” command do?