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: Wed, 05 Aug 2009 01:14: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>
- User-agent: Thunderbird 2.0.0.22 (X11/20090608)
Stephen, Thanks for responding. What I want to do is basically crawl my whole home directory (/home/dave) looking for .ai files and convert them to .svg files. Will the script you offered go down into subdirectories? And have I incorporated the find syntax correctly? I put single quotes around what I'm searching for, and back-ticks around the whole find command. #!/bin/bash for i in `find -name '*.ai'`; do uniconverter input ${i} output ${i%.ai}.svg done -- Dave M G http://tlug.jp/mediawiki/index.php?title=User:Dave_M_G
- Follow-Ups:
- 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
Home | Main Index | Thread Index
- Prev by Date: Re: [tlug] [OT] Japan and 海外 credit cards
- Next by Date: Re: [tlug] [OT] Japan and ?? credit cards
- 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: fun with filenames with embedded blanks
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links