Return to Snippet

Revision: 18934
at October 12, 2009 14:37 by bub3d


Initial Code
for f in *.dist; do cp $f `basename $f .dist`; done

Initial URL


Initial Description
Copy every file with .dist in the end to a new file without .dist

Initial Title
Group rename of files

Initial Tags
Bash

Initial Language
Bash