debian
Easy batch renaming in Ubuntu (and other debian systems)
Thu, 2011-03-17 09:27 | Franco
Ever want to rename 300 .foo files to .bar? wish you could do this:
mv *.foo *.barHere is the answer: Debian Rename included in ubuntu.
this example renames all .php5 files to .php
rename ‘s/\.php5/.php/’ *.php5
Franco's blog | Login to post comments |  1275 reads | Tags: command line, debian, linux, ubuntu
Popular content