How i'll delete a particular line from the file? Please give
answer as soon as possible. Thanks in advance.
Answer Posted / rajasekhar.v
sed 'nd' filename
n means which line you want to delect
Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
how to sort the content of the file based on numeric values
Why is shebang used?
What is the unix command to confirm a remote host is alive or not?
How does the system know where one command ends and another begins?
What is grep in bash?
What is the significance of the 'tee' command?
Explain the steps that a shell follows while processing a command.
What is a command and examples?
What is ‘ps’ command for?
How do you repeat a command in terminal?
Explain ‘system calls’ with respect to unix commands?
Write a command that will allow a unix system to shut down in 15 minutes, after which it will perform a reboot.
What is difference between grep and find command in unix?
What is grep command in unix with examples?
What is the use of the command 'ls -x chapter[1-5]' ?