Help for this page

Select Code to Download


  1. or download this
    my @cmd1 = (cd => $path_to_file);
    my @cmd2 = (ls => '-a');
    $ssh->system(@cmd1, \\'&&', @cmd2)