rename is a cli program to change filenames to a list of files. It can search for regexp and change them by others. First do a dry run: rename -n ‘s/\(//g’ $1; rename -n ‘s/\)//g’ $1; rename -n ‘y/A-Z/a-z/’ $1; rename -n ‘s/ /./g’ $1; rename -n ‘s/\.-\./-/g’ $1; } and if everything is alright, […]
Calendar
February 2016 M T W T F S S 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 Categories
Tags
Archives