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") |
mNo edit summary |
||
Line 7: | Line 7: | ||
==Stop after first find== | ==Stop after first find== | ||
find /too -print -quit | find /too -print -quit | ||
[[Category:Find]] |
Revision as of 13:42, 19 August 2022
Find files
Cheatsheet
Find files newer than N days
find /foo -mtime -N -type f
Stop after first find
find /too -print -quit