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.

grep Add a comment
andrew
asked Sep 30 2017

Answer

0

you may try below command...

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

Add a comment
arunkumarak
asked Oct 02 2017
edited Oct 05 2018
Post your Answer