in reply to calling awk one liner from perl
$command = <awk command>; system($command);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: calling awk one liner from perl
by runrig (Abbot) on Apr 22, 2013 at 15:33 UTC | |
|
Re^2: calling awk one liner from perl
by hippo (Archbishop) on Apr 22, 2013 at 13:51 UTC | |
|
Re^2: calling awk one liner from perl
by Anonymous Monk on Jan 09, 2015 at 13:09 UTC |