pages:howtos:linuxunix:how_to_find_stuff
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
pages:howtos:linuxunix:how_to_find_stuff [2023/01/07 13:53] – rokkitlawnchair | pages:howtos:linuxunix:how_to_find_stuff [2023/03/08 16:31] (current) – [Find files newer than...] mischerh | ||
---|---|---|---|
Line 187: | Line 187: | ||
works as expected. | works as expected. | ||
+ | |||
+ | ===== Find files newer than... ===== | ||
+ | Thanks to liberanet - pablos - #kde =) | ||
+ | > I use the following technique to find files: | ||
+ | |||
+ | <sxh bash; gutter: false> | ||
+ | cd && touch than_me | ||
+ | </ | ||
+ | |||
+ | do whatever has to be done | ||
+ | |||
+ | <sxh bash; gutter: false> | ||
+ | find . -mount -newer than_me | ||
+ | </ | ||
pages/howtos/linuxunix/how_to_find_stuff.1673099608.txt.gz · Last modified: 2023/01/07 13:53 by rokkitlawnchair