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][tlug] Quoting Globs (was: Re: Batch conversion of a bunch of Illustrator files to SVG files)
- Date: Sun, 2 Aug 2009 09:45:04 -0400
- From: jep200404 <jep200404@example.com>
- Subject: [tlug] Quoting Globs (was: Re: Batch conversion of a bunch of Illustrator files to SVG files)
- References: <4A7504C9.9070806@example.com>
Dave M G wrote: > Recently I learnt how to execute an application on a bunch of files > using "find". Wonderful, wonderful tool. > find -name *mp3 -exec mp3gain -r -k {} \; Be careful with wildcards. With your way, think of what would happen when the PWD has one mp3 file in it. Think of what would happen when the PWD has several mp3 files in it. I'd quote the iname wildcard with single quotes: find . -iname '*.mp3' -exec mp3gain -r -k {} \;
- Follow-Ups:
- Re: [tlug] Quoting Globs
- From: Dave M G
- References:
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] Quoting Globs
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links