gibney.org
:
Technology
:
Linux
:
find
(Entry Nr. 481, by user 1 |
edit
)
<span class=span_content_bash>cd /some/where; find . -mtime -60 | cpio -pdumv "$OLDPWD"; cd "$OLDPWD"<span> Copies files that are newer then 60 days and preserves the directory structure.
Create a new entry at this position