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.
|
I dont know SHIT about linux, but would just like to know, can you execute perl direct from the prompt?