Considere este exemplo:
touch test0
touch timestamp
touch test1
sudo find /var/www/import -iname 'test*' -newer timestamp -exec cp {} new \;
Na verdade, ele copia o arquivo test1, mas retorna a mensagem:
cp: '/var/www/import/new/test1'...
18.05.2012 / 13:28