ubuntu terminal find partial file recursive code example
Example 1: partial match find terminal "find"
find /path/to/folder -name '*bat*.c'
Example 2: partial match find terminal "find"
find /path/to/folder -name '*bat*'
find /path/to/folder -name '*bat*.c'
find /path/to/folder -name '*bat*'