command line limitation
Ulrich Drepper
drepper@redhat.com
Sat Apr 15 16:37:00 GMT 2000
When I reported some days back that with bash 2.04 I wouldn't see
limitation this wasn't true. I still get:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cat csu/Versions assert/Versions ctype/Versions locale/Versions intl/Versions catgets/Versions math/Versions setjmp/Versions signal/Versions stdlib/Versions stdio-common/Versions libio/Versions malloc/Versions string/Versions wcsmbs/Versions time/Versions dirent/Versions grp/Versions pwd/Versions posix/Versions io/Versions termios/Versions resource/Versions misc/Versions socket/Versions sysvipc/Versions gmon/Versions iconv/Versions wctype/Versions shadow/Versions argp/Versions crypt/Versions linuxthreads/Versions nss/Versions rt/Versions debug/Versions linuxthreads_db/Versions inet/Versions resolv/Versions hesiod/Versions sunrpc/Versions nis/Versions streams/Versions login/Versions dlfcn/Versions elf/Versions sysdeps/unix/sysv/linux/i386/Versions sysdeps/unix/sysv/linux/Versions sysdeps/unix/sysv/Versions sysdeps/i386/i486/Versions sysdeps/i386/Versions \
| sed 's/#.*$//;s/^[ ]*%/#/' | gcc -E -undef -I/work/glibc-builds/20000415 -Iinclude -include /work/glibc-builds/20000415/config.h -x c - | sed 's/#.*$//;/^[ ]*$/d' \
| LC_ALL=C gawk -v buildroot=/work/glibc-builds/20000415/ -v defsfile=/work/glibc-builds/20000415/Versions.all \
-v move_if_change='/bin/sh scripts/move-if-change' \
-f scripts/versions.awk >> /work/glibc-builds/20000415/sysd-versionsT
<command line>: file is too large (>12288 bytes)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
I'm not even sure anymore whether this comes from bash or not.
--
---------------. drepper at gnu.org ,-. 1325 Chesapeake Terrace
Ulrich Drepper \ ,-------------------' \ Sunnyvale, CA 94089 USA
Red Hat `--' drepper at redhat.com `------------------------
More information about the Libc-hacker
mailing list