2017-06-27

Linux - List files matching a string pattern

find . -maxdepth 1 -name "*STRING_BEING_SOUGHT*" -print
 

No comments:

Post a Comment