Help for this page

Select Code to Download


  1. or download this
    env SSH_AUTH_SOCK=$SSH_AUTH_SOCK inner_script.sh
    
  2. or download this
    my $command="rdist $RDIST_OPTIONS"; 
    open(RDIST, "$command 2>&1 |" ) || 
    ...
    while ( <RDIST> ) { 
    ... some other commands/conditional statements ... 
    }