1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-01 19:35:24 +02:00

forfiles: simplify date search example

This commit is contained in:
pxgamer 2018-08-29 11:01:26 +01:00 committed by Agniva De Sarker
parent 055b3f63be
commit afb3a0157d

View file

@ -22,6 +22,6 @@
`forfiles /s` `forfiles /s`
- Search for files with a last-modified date greater than 5 days old: - Search for files older than 5 days:
`forfiles /d {{+5}}` `forfiles /d {{+5}}`