nix, shell, perl, php, mysql and mac os x tips and tricks

Sunday, April 22, 2007

copy a list of matches from a find command to another directory

find . -name "*.html" -mtime -35 -exec cp {} ~/Sites/site/cat/templates/includes/ \;

No comments:

Post a Comment