ronak has asked for the wisdom of the Perl Monks concerning the following question:
if want to check whether xyz file in present in " ls-l" , how to do thatmy $ex = QA::STK::Execute->new(ip=>'some ip',user=>'root'); $ex->command("ls-l"); my $rc = $ex->execute(); my $output = $ex->output();
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: perl script
by Corion (Patriarch) on Jan 12, 2017 at 13:26 UTC | |
by Anonymous Monk on Jan 12, 2017 at 18:27 UTC | |
by AnomalousMonk (Archbishop) on Jan 12, 2017 at 21:30 UTC | |
|
Re: perl script
by kennethk (Abbot) on Jan 12, 2017 at 19:35 UTC | |
by Anonymous Monk on Jan 12, 2017 at 22:05 UTC | |
by kennethk (Abbot) on Jan 12, 2017 at 23:54 UTC |