Return to Snippet

Revision: 6284
at May 14, 2008 10:34 by therobot


Initial Code
for i in *.txt; do mv $i ${i%%.txt}.html; done

Initial URL
http://www.shell-fu.org/lister.php?id=140

Initial Description


Initial Title
Change extension of a group of filenames

Initial Tags


Initial Language
Bash