cvs vs svn... (Re: SOURCES: ghostscript-afpl-am.patch (NEW), ghostscript-afpl-ijs_pkg...)

Michal Moskal m.moskal at nemerle.org
Fri Sep 9 09:24:50 CEST 2005


On 9/9/05, Michal Kochanowicz <michal at michal.waw.pl> wrote:
> On Fri, Sep 09, 2005 at 09:14:34AM +0200, Michal Moskal wrote:
> > > Bzzt, argument line too long...
> > > Try again ;>
> >
> > Bzzzt, try another shell:
> >
> > zsh:
> > [malekith at r64 SPECS-all]$ ls *
> > zsh: argument list too long: ls
> > [malekith at r64 SPECS-all]$ foreach f in `ls` ; do echo $f > /dev/null ; done
> >
> > bash:
> > [malekith at roke SPECS-all]$ ls *
> > bash: /bin/ls: Argument list too long
> > [malekith at roke SPECS-all]$ foreach f in `ls` ; do echo $f > /dev/null ; done
> > bash: syntax error near unexpected token `do'
> 
> for f in *; do echo $f > /dev/null; done

Ooops, stupid me, too much Nemerle ;-)

Anyway it works.

-- 
   Michal Moskal,
   http://nemerle.org/~malekith/



More information about the pld-devel-en mailing list