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: gaw zay
Subject: Re: [Pan-users] 0.11.3 question
Date: Tue, 27 May 2003 16:40:23 -0400 (EDT)

On Tue, 27 May 2003, 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.

ok while being pedantic:

you also don't need to use backticks and ls.

 *.jpg is enough.

backticks are also depreciated, use $() now.


brian
--
Never be afraid to tell the world who you are.
             -- Anonymous
 16:00:01 up 19 days, 23:44,  4 users,  load average: 1.00, 1.00, 1.00




reply via email to

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