Find: Difference between revisions

From DWIKI
(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")
(No difference)

Revision as of 15:29, 16 April 2020

Find files

Cheatsheet

Find files newer than N days

find /foo -mtime -N -type f

Stop after first find

find /too -print -quit