gibney.org
:
Technology
:
Linux
:
find
search:
See as:
raw
|
code
terms of service
|
imprint
gibney.org
is powered by
m1d1
find
(Entry Nr. 481, by user 1 |
edit
)
cd /some/where; find . -mtime -60 | cpio -pdumv "$OLDPWD"; cd "$OLDPWD"
Copies files that are newer then 60 days and preserves the directory structure.
Create a new entry at this position