1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
| which
where
whereis
locate
find [path] [expression]
-name -user -uid -group -gid -perm -atime -mtime -ctime -i(gnore-case) -a(nd)
-size n[cwbkMG] `b' for 512-byte blocks (this is the default if no suffix is used) `c' for bytes `w' for two-byte words `k' for kibibytes (KiB, units of 1024 bytes) `M' for mebibytes (MiB, units of 1024 * 1024 = 1048576 bytes) `G' for gibibytes (GiB, units of 1024 * 1024 * 1024 = 1073741824 bytes) +n for greater than n, -n for less than n, n for exactly n.
|