On Mon, Dec 16, 2002 at 02:00:36PM +0800, Brian Baquiran wrote: > for i in * ; do j=`echo $i|sed -e "s/%20/ /g"`; mv $i $j; done
bug: forgot to enclose the variables $i and $j in double quotes to prevent word splitting. :-) -- $_=q:; # SHERWIN # 70;72;69;6e;74;20; 27;4a;75;73;74;20; 61;6e;6f;74;68;65; 72;20;50;65;72;6c; 20;6e;6f;76;69;63; 65;27;:;;s=~?(..); ?=pack q$C$,hex$1; ;;;=egg;;;;eval;;; _ Philippine Linux Users Group. Web site and archives at http://plug.linux.org.ph To leave: send "unsubscribe" in the body to [EMAIL PROTECTED] Fully Searchable Archives With Friendly Web Interface at http://marc.free.net.ph To subscribe to the Linux Newbies' List: send "subscribe" in the body to [EMAIL PROTECTED]
