Futilities/human/ff: Difference between revisions
< Futilities | human
Jump to navigation
Jump to search
(Created page with "==Examples== Find all files in the Downloads folder which were created or edited on August 26, 2022: ./ff -fd:2022-08-26 -sp /home/woozle/Downloads/*.*") |
No edit summary |
||
Line 1: | Line 1: | ||
{{fmt/title|FF: File Finder}} | |||
==About== | |||
Yes, I know, there's <code>find</code> and {{l/htyp|grep}} but I find those both opaque and difficult to use. | |||
==Examples== | ==Examples== | ||
Find all files in the Downloads folder which were created or edited on August 26, 2022: | Find all files in the Downloads folder which were created or edited on August 26, 2022: | ||
./ff -fd:2022-08-26 -sp /home/woozle/Downloads/*.* | ./ff -fd:2022-08-26 -sp /home/woozle/Downloads/*.* |
Revision as of 13:54, 30 August 2022
FF: File Finder
|
About
Yes, I know, there's find
and grep but I find those both opaque and difficult to use.
Examples
Find all files in the Downloads folder which were created or edited on August 26, 2022:
./ff -fd:2022-08-26 -sp /home/woozle/Downloads/*.*