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> | ||
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> | ||
<h2>Recursive find</h2> | |||
find . -iname "<i>fidnme</i>*" | |||
Revision as of 13:29, 27 June 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*"