[EMAIL PROTECTED] wrote:
Configuration Information [Automatically generated, do not change]: Machine: x86_64 OS: linux-gnu Compiler: x86_64-pc-linux-gnu-gcc Compilation CFLAGS: -DPROGRAM='bash' -DCONF_HOSTTYPE='x86_64' -DCONF_OSTYPE='linux-gnu' -DCONF_MACHTYPE='x86_64-pc-linux-gnu' -DCONF_VENDOR='pc' -DLOCALEDIR='/usr/share/locale' -DPACKAGE='bash' -DSHELL -DHAVE_CONFIG_H -I. -I. -I./include -I./lib -march=nocona -O3 -pipe -fomit-frame-pointer uname output: Linux vino 2.6.17-gentoo #1 SMP PREEMPT Mon Jun 26 17:27:49 EDT 2006 x86_64 Intel(R) Xeon(TM) CPU 3.20GHz GNU/Linux Machine Type: x86_64-pc-linux-gnuBash Version: 3.1 Patch Level: 17 Release Status: release Description: !* goofs here-strings Repeat-By: $ cat <<<foo foo $ cat !* cat << < foo -bash: syntax error near unexpected token `<'
I thought the syntax was only two '<'s? This WFM: $ cat << foo > foo $ cat !* -- Matthew _______________________________________________ Bug-bash mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-bash
