Help for this page

Select Code to Download


  1. or download this
    $ perl -e'print `history` // die($? == -1 ? $! : "\$?=$?")'
    No such file or directory at -e line 1.
    
  2. or download this
    $ perl -e'sh -c print `history` // die($? == -1 ? $! : "\$?=$?")'
    
    $
    
  3. or download this
    $ sh -c history
    
    $