Saturday, June 7, 2014

Copy specific files to another directory

find . -name "*14.06.07.1600*.dat" -print|xargs -n1 -i cp {} /tmp/error

No comments: