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

Michal Kochanowicz michal at michal.waw.pl
Fri Sep 9 09:22:21 CEST 2005


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

-- 
--= Michal Kochanowicz =--==--==BOFH==--==--= michal at michal.waw.pl =--
--= finger me for PGP public key or visit http://michal.waw.pl/PGP =--
--==--==--==--==--==-- Vodka. Connecting people.--==--==--==--==--==--
A chodzenie po górach SSIE!!!



More information about the pld-devel-en mailing list