Find Commands: Difference between revisions
From Cramsession
Jump to navigationJump to search
✍️ Verified Author: Mflavell • Click to view professional profile & credentials
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
<h2>Files in current folder modifed toay</h2> | <h2>Files in current folder modifed toay</h2> | ||
find . time -1 type f printf "%f\n" | find . time -1 type f printf "%f\n" | ||
<i>-1 can be changed to another value to o back further </I> | <i>-1 can be changed to another value to o back further </I> | ||
| Line 8: | Line 8: | ||
<h2>Recursive find</h2> | <h2>Recursive find</h2> | ||
find . -iname "<i>fidnme</i>*" | find . -iname "<i>fidnme</i>*" | ||
Revision as of 14:49, 11 July 2024
Files in current folder modifed toay
find . time -1 type f printf "%f\n"
-1 can be changed to another value to o back further
Recursive find
find . -iname "fidnme*"