![]() |
jim neff wrote: > > Greetings, > > I have a rather simple question to ask. I would like to take all of my > /docq files and convert them to either pdf or tiff. Then copy them to my > html directory. I tried ps2pdf *.ps /home/httpd/html /*.pdf and ps2pdf > gives me a command line error. > > Has anyone else tried this and if so how did you solve this? > what about a simple script like ---- snip #!/bin/sh for i in `ls *.ps` do ps2pdf $i $i.pdf done --- snap or something like that HIH Matthias > Thanks, > Jim Neff > > ____________________ HylaFAX(tm) Users Mailing List _______________________ > To unsub: mail -s unsubscribe hylafax-users-request@hylafax.org < /dev/null -- HAGOS eG phone: +49 711 7880592 Matthias Reich fax: +49 711 7880599 Industriestr. 62 web: http://www.hagos.de D-70565 Stuttgart mail: rei@hagos.de Germany ---------------------------------------------------------------------------- Be careful your mail is read by the NSA too !! ____________________ HylaFAX(tm) Users Mailing List _______________________ To unsub: mail -s unsubscribe hylafax-users-request@hylafax.org < /dev/null