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] Converting Encoding-- Mac SJIS to UTF8 Linux
- Date: Tue, 05 Aug 2003 12:34:17 +0900
- From: Brett Robson <b-robson@example.com>
- Subject: Re: [tlug] Converting Encoding-- Mac SJIS to UTF8 Linux
- References: <200308040301.h74310Ew024300@example.com> <5.1.1.8.2.20030805114614.00d7da38@example.com>
On Tue, 05 Aug 2003 12:14:36 +0900 David Riggs <dariggs@example.com> wrote: > I have managed to cobble together a way to get my Macintosh files to Linux, > but I have to do it one folder at a time. Can anyone help me make the Linux > scripts a recursive process, so I don't have to navigate to each folder in > turn and run these two scripts (see below)? > The find command will give you a list of all the files or directories that match citeria which you can pass to you your program using back ticks (expand the find command as necessary) myconvert `find ` but that may exceded the number of file names you can pass. You can also use exec the exec option on the find command to call myconver once for each program. Brett
- References:
- [tlug] Converting Encoding-- Mac SJIS to UTF8 Linux
- From: David Riggs
Home | Main Index | Thread Index
- Prev by Date: [tlug] Converting Encoding-- Mac SJIS to UTF8 Linux
- Next by Date: Re: [tlug] Converting Encoding-- Mac SJIS to UTF8 Linux
- Previous by thread: [tlug] Converting Encoding-- Mac SJIS to UTF8 Linux
- Next by thread: Re: [tlug] Converting Encoding-- Mac SJIS to UTF8 Linux
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links