

type f # Find files set to the provided octal mode (permissions). Specifically files not directories, links, FIFOs, etc.

find(1) works # recursively unless otherwise directed (IE: `-maxdepth `). # Period is optional it's implied unless a path is provided. To avoid shell # interpretation, the glob either must be expanded or the string quoted.

# By default, find(1) uses glob pathname pattern matching. Cheat.sh/find $ curl cheat.sh/ cheat.sheets:find # find # Search for files in a directory hierarchy # Find files by case-insensitive extension, such as `.jpg`, `.JPG`, & `.jpG`).
