Revision: 18934
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
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