Answers for "find a part of filename linux"

0

partial match find terminal "find"

find /path/to/folder -iname '*bat*'
Posted by: Guest on October-19-2020
0

partial match find terminal "find"

find /path/to/folder -name '*bat*'
Posted by: Guest on October-19-2020

Code answers related to "find a part of filename linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language