echo "GETNEW will copy the following files" find /users/softs/export \( -newer $PWD/DATE -a -name '*.Z' \) echo "Starting copy" find /users/softs/export \( -newer $PWD/DATE -a -name '*.Z' \) -exec cp {} . \; echo "Done" touch $PWD/DATE