novice2015 has asked for the wisdom of the Perl Monks concerning the following question:
my @bpx = qx(/local/mnt/quadmcd/bcommand -pol "${line}" -sl TIMESTATE + -d $final_start -e $final_end -L |grep -i "inventoryid:" |awk '{prin +t $3}');
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: qx command -breaking the line
by salva (Canon) on Jun 18, 2016 at 10:20 UTC | |
|
Re: qx command -breaking the line
by Anonymous Monk on Jun 17, 2016 at 22:17 UTC | |
|
Re: qx command -breaking the line
by Anonymous Monk on Jun 17, 2016 at 22:14 UTC | |
|
Re: qx command -breaking the line
by Anonymous Monk on Jun 17, 2016 at 22:28 UTC |