bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: !* goofs here-strings


From: mwoehlke
Subject: Re: !* goofs here-strings
Date: Thu, 27 Jul 2006 12:08:55 -0500
User-agent: Thunderbird 1.5.0.4 (X11/20060516)

agriffis@gentoo.org 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-gnu

Bash 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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]