On 20.01.2011 01:22, Sławomir Iwanek wrote:
hello,

I did something like that:

$ help *

and I got all the definitions of builtins starting from the letter 'c'
that is from 'caller' through 'coproc'.

Well, my goal was - as you probably happen to know it already ;) - to
see if I could display ALL the builtins defs, but well... I got what I
got.

My system: Fedora 14
My bash: GNU bash, version 4.1.7(1)-release (i386-redhat-linux-gnu)


try help "*"

or

set -f

and try again unquoted.


Reply via email to