From: stanton@haas.berkeley.edu (Richard Stanton)
Subject: Strange error messages:
3 Dec 1997 02:55:28 -0800
Message-ID: <199712022202.OAA08242.cygnus.gnu-win32@grether.haas.berkeley.edu>
Mime-Version: 1.0 (generated by SEMI MIME-Edit 0.92 - "Oyanagi")
Content-Type: text/plain; charset=US-ASCII
To: gnu-win <gnu-win32@cygnus.com>

Does anyone have any ideas what the following error messages mean?

Richard Stanton

[f:\4nt300]find e:/mail -type f  -print0 | xargs -0 -e grep -n -i -e "Lati"  NUL
//d/gnuwin32/b18/H-i386-cygwin32/bin/xargs.exe: can not fit single argument within argument list size limit

[f:\4nt300]find e:/mail -type f  -print | xargs -e grep -n -i -e "Lati"  NUL
//d/gnuwin32/b18/H-i386-cygwin32/bin/xargs.exe: environment is too large for exec

[f:\4nt300]find e:/mail -type f  -print | xargs grep -n -i -e "Lati"  NUL
//d/gnuwin32/b18/H-i386-cygwin32/bin/xargs.exe: environment is too large for exec

-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".
