Back to search

find

command filesystem

Search for files and directories

Options

Starting directory for search

Minimum directory depth to start matching

Maximum directory depth to search

Case-sensitive glob pattern (e.g. '*.log', '*.conf')

Case-insensitive glob pattern (e.g. '*.jpg' matches .JPG, .Jpg, etc.)

Match only empty files or empty directories

e.g. +100M (over 100MB), -10k (under 10KB), 1G (exactly 1GB)

+N = over N days ago, -N = within N days, N = exactly N days

Match files modified more recently than the reference file

e.g. 777, -u+s (setuid), /o+w (other writable)

Separate results with null character instead of newline (useful with xargs -0)

Generated Command

find .

Related