[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Cropping a large collection of .PNG screenshots




> On 13 Apr 2014, at 11:33, Scott Ferguson <scott.ferguson.debian.user@gmail.com> wrote:
> 
> for i in `ls *.png`;

Never parse the output of ls.

for i in *.png;

Reply to: