Configuration Information [Automatically generated, do not change]:
Machine: powerpc
OS: aix4.3.2.0
Compiler: cc
Compilation CFLAGS: -DPROGRAM='bash' -DCONF_HOSTTYPE='powerpc'
-DCONF_OSTYPE='aix4.3.2.0' -DCONF_MACHTYPE='powerpc-ibm-aix4.3.2.0'
-DCONF_VENDOR='ibm' -DSHELL -DHAVE_CONFIG_H -I/usr/
Clark J. Wang wrote:
Hi all,
I want to write my own built-in bash commands but I cannot find any
info about that in bash manual. Anyone has any idea?
Have a look into the .def files in the builtins directory of bash's source
tree.
Add your .def file (start with a copy of an existing one chang
Configuration Information [Automatically generated, do not change]:
Machine: i686
OS: linux-gnu
Compiler: i686-pc-linux-gnu-gcc
Compilation CFLAGS: -DPROGRAM='bash' -DCONF_HOSTTYPE='i686'
-DCONF_OSTYPE='linux-gnu' -DCONF_MACHTYPE='i686-pc-linux-gnu'
-DCONF_VENDOR='pc' -DLOCALEDIR='/usr/share/loc
On Sat, 30 Jan 2010, coy...@wariat.org.pl wrote:
> Configuration Information [Automatically generated, do not change]:
> Machine: i686
> OS: linux-gnu
> Compiler: i686-pc-linux-gnu-gcc
> Compilation CFLAGS: -DPROGRAM='bash' -DCONF_HOSTTYPE='i686'
> -DCONF_OSTYPE='linux-gnu' -DCONF_MACHTYPE='i686
On 1/30/10 4:17 PM, coy...@wariat.org.pl wrote:
> Bash Version: 4.0
> Patch Level: 35
> Release Status: release
>
> Description:
> bash died while word completion if filename contains a '*' character
>
> Repeat-By:
> touch file\*1
> touch file\*2
> chmod +x file*
> ./file[t