Help for this page

Select Code to Download


  1. or download this
    $ perl -le 'open VER, "python -V |", \*STDERR or die $!;
    Unknown open() mode 'python -V |' at -e line 1.
    
  2. or download this
    $ perl -le 'chomp($v = qx/tar --version 2>&1/); print $v'
    tar (GNU tar) 1.15.1