Lines Matching refs:cmd
2382 my $cmd = "";
2393 $cmd .= $sshlogin->rsync_transfer_cmd($file,$workdir) . "&";
2396 $cmd .= "wait;";
2397 debug("init", "basesetup: $cmd\n");
2398 print `$cmd`;
2404 my $cmd="";
2409 $cmd .= $sshlogin->cleanup_cmd($file,$workdir)."&";
2412 $cmd .= "wait;";
2413 debug("init", "basecleanup: $cmd\n");
2414 print `$cmd`;
2439 …my $cmd = "cat $tmpfile | $0 -j0 --timeout 5 -s 16000 --joblog - --plain --delay 0.1 --retries 3 -…
2440 ::debug("init", $cmd, "\n");
2441 open(my $host_fh, "-|", $cmd) || ::die_bug("parallel host check: $cmd");
3769 my $cmd = "";
3771 $cmd = $self->sshcommand() . " " . $self->serverlogin() . " ";
3774 $cmd .= "ps ax -o state,command";
3779 qx{ ($cmd > $tmpfile && mv $tmpfile $file || rm $tmpfile) & };
4105 …my $cmd = "$sshdelay$sshcmd $serverlogin echo simultaneouslogin </dev/null 2>&1 &"x$wanted_process…
4107 open (my $simul_fh, "-|", "($cmd)|grep simultaneouslogin | wc -l") or
6213 my $cmd;
6215 $cmd = $self->replaced();
6218 $cmd = "@command";
6224 $self->exitstatus(), $self->exitsignal(), $cmd
6860 my $cmd = $1;
6861 if(not ::which($cmd)) {
6862 ::error("Command ($cmd) starts with '-'. Is this a wrong option?\n");
6906 my @cmd = @command;
6910 for my $c (@cmd) {
6942 $len{'noncontextgroups'} = @cmd-$contextgroups;