Answers for "linux find file by part name"

0

partial match find terminal "find"

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

partial match find terminal "find"

find /path/to/folder -name '*bat*' ( -type f -o -type l )
Posted by: Guest on October-19-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language