Help for this page

Select Code to Download


  1. or download this
    :/$ perl -e '$alloutput=`cmd 2>&1`; print $alloutput;'
    :/$
    
  2. or download this
    :/$ perl -e '$alloutput=`cmd 2>&1;`; print $alloutput;'
    sh: cmd: command not found
    :/$