-
Couldn't load subscription status.
- Fork 1.9k
SC2010
jammer3d edited this page Jan 5, 2017
·
16 revisions
ls /directory | grep target_file_patternls /directory/target_file_patternMatching non-alphanumeric characters with grep may require escaping. Typically it is cleaner to use the built in pattern matching or another command like find
None