Cheatsheet: find
Last updated 2026-06-21
Names and types
Find files by exact name
Find files by case-insensitive name
Find regular files only
Find directories only
Find symbolic links
Size, time, and state
Find files larger than 100 MB
Find files smaller than 1 KB
Find files modified in the last 7 days
Find files modified more than 30 days ago
Find empty files or directories
Actions
Run a command for each matching file
Run one command with many matched files
Preview files before deleting
Delete matching files
Process children before parents
Permissions and logic
Find files with an exact permission mode
Find files with any executable bit set
Prune a directory from the search
Match multiple name patterns
Combine criteria with AND by listing them together
See also: