Need to find a string nestled somewhere in a ton of subdirectories? First cd to the lowest common denominator, then run:
grep -lir “something” *
Need to find a string nestled somewhere in a ton of subdirectories? First cd to the lowest common denominator, then run:
grep -lir “something” *
Recent Comments