> On 13 Apr 2014, at 11:33, Scott Ferguson > <[email protected]> wrote: > > for i in `ls *.png`;
Never parse the output of ls. for i in *.png; -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: https://lists.debian.org/[email protected]

