Mailing List Archive


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

Re: [tlug] Batch conversion of a bunch of Illustrator files to SVG files: echo not cat <<__EOF__



Dave M G wrote:

> $ cat > doit <<__EOF__
> uniconverter input "$1" output "${1%.ai}.svg"
> __EOF__

echo 'uniconverter input "$1" output "${1%.ai}.svg"' >doit
chmod +x doit

PATH is a separate issue. 



Home | Main Index | Thread Index

Home Page Mailing List Linux and Japan TLUG Members Links