Find

From DWIKI
Revision as of 15:29, 16 April 2020 by Tony (talk | contribs) (Created page with "=Find files= =Cheatsheet= ==Find files newer than N days== find /foo -mtime -N -type f ==Stop after first find== find /too -print -quit")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Find files

Cheatsheet

Find files newer than N days

find /foo -mtime -N -type f

Stop after first find

find /too -print -quit