find . -name "*.html" -mtime -35 -exec cp {} ~/Sites/site/cat/templates/includes/ \;
Sunday, April 22, 2007
copy a list of matches from a find command to another directory
Subscribe to:
Post Comments (Atom)
find . -name "*.html" -mtime -35 -exec cp {} ~/Sites/site/cat/templates/includes/ \;
No comments:
Post a Comment