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: Fri, 7 Aug 2009 10:24:12 +0900
- From: Curt Sampson <cjs@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> <4A7AE9C5.7030606@example.com>
- User-agent: Mutt/1.5.18 (2008-05-17)
On 2009-08-06 23:33 +0900 (Thu), Dave M G wrote: > $ 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? Yep. Except for one error on my part: use "xargs -0 -n 1 doit" in order to have xargs call doit over and over again, with one argument each time. cjs -- Curt Sampson <cjs@example.com> +81 90 7737 2974 Functional programming in all senses of the word: http://www.starling-software.com
- 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
- Re: [tlug] Batch conversion of a bunch of Illustrator files to SVG files
- From: Dave M G
Home | Main Index | Thread Index
- Prev by Date: Re: [tlug] Batch conversion of a bunch of Illustrator files to SVG files
- Next by Date: Re: [tlug] Batch conversion of a bunch of Illustrator files to SVG files
- Previous by thread: [tlug] Learn Find (was Re: Batch conversion of a bunch of Illustrator files to SVG files)
- Next by thread: [tlug] Quoting Globs (was: Re: Batch conversion of a bunch of Illustrator files to SVG files)
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links