0

GREP : How to exclued some content file

hi.., am i need to filter file content using grep command with exclude some file content ... how to make this on grep command.

andrew
asked Sep 29, 2017
1 Answer
0

you may try below command...

# cat file.txt | grep -v "hello"

View More
arunkumarak
answered Oct 2, 2017
Your Answer
||||
 
100:0

Related Tutorials in GREP : How to exclued some content file

Related Tutorials in GREP : How to exclued some content file

Related Forums in GREP : How to exclued some content file

Related Forums in GREP : How to exclued some content file