How i'll delete a particular line from the file? Please give
answer as soon as possible. Thanks in advance.
Answer Posted / ansar
Esc dd on command prompt in vi mode.
grep -v "pattern" will also remove the line if we know the
matching pattern on that line.
Is This Answer Correct ? | 8 Yes | 11 No |
Post New Answer View All Answers
Enumerate some of the most commonly used network commands in unix?
Why is awk called awk?
Can you explain a little bit about command substitution?
What is a command and examples?
When i run a programm of orphan process. Instead of getting child's parent (ppid)=1 ..i get 1400 and it varies as per system.
How can i findthe right soluion???
My pgm:
#include
How do I clear my terminal history?
How do I open a port?
How do I use grep to find a file?
What is grep in bash?
What is {} in find command?
What does the md command do?
What is the use of cut command in unix?
Explain command to view process running?
What does awk stand for?
What is the use of awk command in unix?