Help with copy files from multiple directories one inside other of the same type to one directory

Alexander Skwar listen at alexander.skwar.name
Sat Jul 29 13:53:05 UTC 2006


· José Paulo Matafome Oleiro <matafomeoleiro at gmail.com>:

> How I can put this with one command on the shell?

find /main/source/dir -type f -name "*deb" -print0 | xargs -0 cp {} /dest/dir

Alexander Skwar
-- 
Glücklich ist nicht, wer anderen so vorkommt, sondern wer sich selbst
dafür hält.
                -- Lucius Annaeus Seneca (4-65 n.Chr.)






More information about the ubuntu-users mailing list