Mailing List Archive
tlug.jp Mailing List tlug archive tlug 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
- Date: Thu, 06 Aug 2009 23:33:41 +0900
- From: Dave M G <dave@example.com>
- Subject: Re: [tlug] Batch conversion of a bunch of Illustrator files to SVG files
- References: <4A7504C9.9070806@example.com> <20090802034303.GA70018@example.com> <87hbwqd481.fsf@example.com> <4A785E61.8080909@example.com> <874osmcul8.fsf@example.com> <20090805131057.GA10843@example.com> <4A79895C.5090900@example.com> <20090805213839.GB10843@example.com>
- User-agent: Thunderbird 2.0.0.22 (X11/20090608)
Curt, Thank you for replying. > You could, but it seems easier to me just to use my suggestion of a > small shell script called by xargs. Umm... I'm sure your suggestion is probably better, but I have to admit that it went a little over my head. I didn't even realize you had suggested another option. Let's see if I understand this... $ cat > doit <<__EOF__ uniconverter input "$1" output "${1%.ai}.svg" __EOF__ $ find . -maxdepth 1 -name _\* -print0 | xargs -0 doit This creates a batch named "doit", and then in the second command I execute the "doit" batch on the files found by the "find" command? Is that all that's happening? -- Dave M G http://tlug.jp/mediawiki/index.php?title=User:Dave_M_G
- Follow-Ups:
- Re: [tlug] Batch conversion of a bunch of Illustrator files to SVG files: echo not cat <<__EOF__
- From: jep200404
- Re: [tlug] Batch conversion of a bunch of Illustrator files to SVG files
- From: Stephen J. Turnbull
- Re: [tlug] Batch conversion of a bunch of Illustrator files to SVG files
- From: Curt Sampson
- References:
- [tlug] Batch conversion of a bunch of Illustrator files to SVG files
- From: Dave M G
- Re: [tlug] Batch conversion of a bunch of Illustrator files to SVG files
- From: Scott Robbins
- Re: [tlug] Batch conversion of a bunch of Illustrator files to SVG files
- From: Stephen J. Turnbull
- Re: [tlug] Batch conversion of a bunch of Illustrator files to SVG files
- From: Dave M G
- Re: [tlug] Batch conversion of a bunch of Illustrator files to SVG files
- From: Stephen J. Turnbull
- Re: [tlug] Batch conversion of a bunch of Illustrator files to SVG files
- From: Curt Sampson
- Re: [tlug] Batch conversion of a bunch of Illustrator files to SVG files
- From: Dave M G
- Re: [tlug] Batch conversion of a bunch of Illustrator files to SVG files
- From: Curt Sampson
Home | Main Index | Thread Index
- Prev by Date: Re: [tlug] [Announcement] August Nomikai 2009
- Next by Date: Re: [tlug] [Reply: Bruno Raoult] August Nomikai 2009
- Previous by thread: Re: [tlug] Batch conversion of a bunch of Illustrator files to SVG files
- Next by thread: Re: [tlug] Batch conversion of a bunch of Illustrator files to SVG files: echo not cat <<__EOF__
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links