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
What does this command do? Cat food 1 > kitty
What is difference between grep and find command in unix?
What is the use of the tee command?
What is the comma to display different lines that are found when compare two files?
What command is used to check the current users?
Which command can you use to find the currently running process in unix server?
What is awk used for?
What is in grep command?
Explain how to use grep command to list find the records of a file containing 10 different strings?
Differentiate cat command from more command.
How do you repeat a command in terminal?
What is pipe command in unix?
How to use grep command to list find the records of a file containing 10 different strings?
Can you explain a little bit about command substitution?