andrew
asked Sep 30 2017
Answer
you may try below command...
# cat file.txt | grep -v "hello"
arunkumarak
asked Oct 02 2017
edited Oct 05 2018
you may try below command...
# cat file.txt | grep -v "hello"
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.