PETERZSIGMOND.DEV
GitHub

Commands

A collection of shell commands for IT people

Shell >

Find

Search for files in a directory hierarchy

find dir/ -name '*.txt'
Case-insensitive: Use -iname instead of -name