- or download this
$ rename -v "\$_=lc;s/&/ and /g;y/()'/--/sd;s/(?:(\.)|(-)|[\W_])+/\$1|
+|\$2||'_'/ge" *
- or download this
$_=lc;s/&/ and /g;y/()'/--/sd;s/(?:(\.)|(-)|[\W_])+/$1||$2||'_'/ge;
- or download this
my @f = (
'Godspeed - Sunshine and Gasoline.mp3',
...
s/(?:(\.)|(-)|[\W_])+/$1||$2||'_'/ge;
print;
}
- or download this
#!/usr/bin/env perl
...
CMDS
system('rename','-v',$cmd, @ARGV);