RE: Adding some extra switches
"Paul Chambers" <[email protected]> Mon, 18 Nov 2002 10:14:36 -0800
| Newsgroups | gmane.mail.ifile.devel |
|---|---|
| Message-ID | <000001c28f2e$5a6f0cd0$6501a8c0@elroy> |
That was my first thought too, and the first approach I tried. I must've spent more than an hour trying to get the shell quoting correct (I have several maildirs with spaces in their names). I never did find a combination that passed the correct names into ifile - the ones that came closest were really ugly, and still didn't work. However, ifile doesn't seem to like being given large numbers of files (tens of thousands) to process in one go. The kernel eventually killed it after trashing VM for a while. I didn't have time to dig deeply into why. I'll have to come back to it when I have more time. Paul > -----Original Message----- > From: [email protected]=20 > [mailto:[email protected]] On Behalf Of Jason Rennie > Sent: Sunday, November 17, 2002 6:06 PM > To: Paul Chambers > Cc: [email protected]; [email protected] > Subject: Re: [Ifile-dev] Adding some extra switches=20 >=20 > [email protected] said: > > I'm in the process of incorporating some additional command line > > switches. This was motivated from wanting to be able to=20 > > pipe a list of filenames (specifically the output of 'find') > > into ifile, and have it insert them.=20 >=20 > Might xargs not be a better way to do this, or do you run into buffer=20 > size limits? >=20 > Jason >=20