in reply to command line history?

toolic meant history is a shell built-in, like a bash arg, there's no program history

try  which history

Replies are listed 'Best First'.
Re^2: command line history?
by brp4h (Acolyte) on Dec 10, 2009 at 17:35 UTC
    which history comes back with "no history in <list of PATH variables>"
      exactly, just proving that you can't execute history because there is no such program with this name.

        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;