find
Official Description
Searches for files in a directory hierarchy.
Syntax
find [path...] [expression]
Options
-atime number returns TRUE if the file was accessed in the past number of days.
-ctime number returns TRUE if the file inode was changed in the past number of days.
-exec command\; returns TRUE if the command runs and returns a 0 (zero) value as the exit status. The command parameter {} is replaced by the current pathname.
-follow causes symbolic links to be followed.
-fstype type returns TRUE if the filesystem to which the file belongs is of the type type.
-group group returns TRUE if the file belongs to group.
-i number returns TRUE if the file has the specified inode number.
-inum number returns TRUE if the file has the specified ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access