pan-users
[Top][All Lists]
Advanced

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

Re: [Pan-users] 0.11.3 question


From: Vadim Berezniker
Subject: Re: [Pan-users] 0.11.3 question
Date: Tue, 27 May 2003 16:36:45 -0400
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3) Gecko/20030415

Eric Ortega wrote:
On Fri, May 23, 2003 at 08:23:49PM -0400, Wolf J. Flywheel wrote:

As far as I know, there's no way built into Pan, but if you're using Bash as your command shell, you can save them all in the same place and do something like this:

for f in *.jpg ; do mv "${f}" "BobsCat${f}" ; done

Those quotes and squiggly-brackets are unnecessary AFAIK.

  for i in `ls *.jpg` ; do mv $i BobsCat$i; done

is fine.


You can get into some "deep shit" if you remove the quotes and the filename has spaces in it. =)



_______________________________________________
Pan-users mailing list
address@hidden
http://mail.nongnu.org/mailman/listinfo/pan-users






reply via email to

[Prev in Thread] Current Thread [Next in Thread]