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, 07 Aug 2009 02:36:25 +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> <4A7AE9C5.7030606@example.com> <878whxapzb.fsf@example.com>
- User-agent: Thunderbird 2.0.0.22 (X11/20090608)
Stephen, jep, Thank you for responding. I must be missing a beat here. I put "echo" in front of the command in the script, to do a run without changing anything, as jep recommended: #!/bin/sh echo uniconvertor "$1" "${1%.ai}.svg" (note that the words "input" and "output" aren't needed by uniconvertor, it just assumes the first filename given is input, and the second file name given is what you want to save as.) I put the "doit" script in by /home/dave/bin directory, which is in my PATH, just so it's easy to access from anywhere. Then I ran the recommended find command in my home directory: find . -maxdepth 1 -name _\* -print0 | xargs -0 doit And it did nothing. It echoed out only one instance of running uniconverter, but without any input because in my home directory itself, there are no AI files. They are all in subdirectories. Did I miss something to make the find command actually go into subdirectories? -- 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
- From: Godwin Stewart
- 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
- Re: [tlug] Batch conversion of a bunch of Illustrator files to SVG files
- From: Stephen J. Turnbull
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: 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
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links