User Tools

Site Tools


pages:howtos:linuxunix:how_to_find_stuff

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
pages:howtos:linuxunix:how_to_find_stuff [2023/01/07 13:53] rokkitlawnchairpages: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:  1) cd 2) touch than_me 3) find . -newer than_me 4) "do the thing that needs doing" 5) repeat 3 and look for affected files.
 +
 +<sxh bash; gutter: false>
 +cd && touch than_me
 +</sxh>
 +
 +do whatever has to be done
 +
 +<sxh bash; gutter: false>
 +find . -mount -newer than_me
 +</sxh>
  
  
pages/howtos/linuxunix/how_to_find_stuff.1673099608.txt.gz · Last modified: 2023/01/07 13:53 by rokkitlawnchair