AMP AMP
AMP
0
AMP

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.

grep Add a comment
a sample image
andrew
asked Sep 30 2017

Answer

AMP
0
AMP

you may try below command...

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

Add a comment
a sample image
arunkumarak
asked Oct 03 2017
edited Oct 05 2018
Post your Answer