February 1, 2012

search for a string in a file and remove such file

grep -l what_word_to_search_for foldername/* | xargs rm

No comments:

Post a Comment

How to type letters with accent

Very useful article https://www.freecodecamp.org/news/how-to-type-letters-with-accents-on-mac/