Patrick Horgan wrote on 25 September 2008 21:02:
> Ted Zlatanov wrote:
>> perl -MFile::Find -e'find(sub { return unless m/\s/; $new = $_; $new
>> =~s/\s+/-/g; rename $_ => $new }, @ARGV)' DIR1 DIR2 ...
>>
> I'm waiting for the python version;)
import os
os.system ("perl -MFile::Find -e ...... DIR1 DIR2")
;-)
cheers,
DaveK
--
Can't think of a witty .sigline today....
_______________________________________________
Help-make mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-make