View Single Post
Old 01-01-2003, 08:26 PM  
Nat
Confirmed User
 
Join Date: Sep 2001
Posts: 553
Quote:
Originally posted by extreme
Code:
perl -e {'@a=`ls *.html`; foreach $o (@a) { chop($o); $n=$o; $n=~s/ /_/g; $s = "mv \"$o\" \"$n\"\n"; system($s); };'};
... yay for perl.
Great! thanks a lot man!!
Nat is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote