Help for this page

Select Code to Download


  1. or download this
    ./some_script > /some/log
    
  2. or download this
    ./some_script >& /some/log
    
  3. or download this
    ./some_script > /some/log 2>&1