Re: Command Line Question

2006-04-08 Thread Jeff Pang
> >I want to run an image conversion program to rotate the contents of an >entire directory. > >This is run as thus: > > >"jpegtran -rotate 90 *.jpg" > > >The problem is that I need to specify the filename for each converted >image. Is there some command which 'takes' the value of the file for

Re: Command Line Question

2006-04-08 Thread Jay Savage
On 4/8/06, Max von Seibold <[EMAIL PROTECTED]> wrote: > Hello, > > I want to run an image conversion program to rotate the contents of an > entire directory. > > This is run as thus: > > > "jpegtran -rotate 90 *.jpg" > > > The problem is that I need to specify the filename for each converted > imag

Command Line Question

2006-04-08 Thread Max von Seibold
Hello, I want to run an image conversion program to rotate the contents of an entire directory. This is run as thus: "jpegtran -rotate 90 *.jpg" The problem is that I need to specify the filename for each converted image. Is there some command which 'takes' the value of the file for each