Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Image RemovedImage Added

https://www.cyberciti.biz/faq/howto-search-find-file-for-text-string/

Find some text in many file inside a folder

grep "redeem reward" /home/tom/*.txt


grep and exclude or -v


display only the file that are not gunzip

...