in reply to Re^2: command line history?
in thread command line history?

exactly, just proving that you can't execute history because there is no such program with this name.

Replies are listed 'Best First'.
Re^4: command line history?
by bv (Friar) on Dec 10, 2009 at 18:47 UTC

    Bash provides 'type', which will tell you how a command would be interpreted.

    bash$ type history history is a shell builtin

    @_=qw; Just another Perl hacker,; ;$_=q=print "@_"= and eval;