Home‎ > ‎blog‎ > ‎

Linux grep

posted 17 Aug 2010, 02:40 by Andreas Jostel   [ updated 7 Sept 2010, 13:02 ]
  • grep -l "show_" *.php
    • find all files with "show_" inside the text, "-l" suppresses text output and only displays file name ("-L": all names where NO match)
Comments