Rename multiple files and copy them to a folder (with numbering)
by
Wyden Silvan
—
last modified
19.12.2009 11:48
export VERSION_CONTROL=numbered;find -iname *.c -exec cp -b '{}' /home/foo/bar/ \;
