Answers for "how to use find in shell script to take in filenames"

3

bash find file by name

find . -name 'mystring*'
Posted by: Guest on June-02-2020

Code answers related to "how to use find in shell script to take in filenames"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language