in reply to Re: get value from a awk system command
in thread get value from a awk system command
Hi,
thank you for your help, I tried your sugestion but @rows still empty... :(
the delimiter is ; and I've check that.
I´ve also tried the command perl:
perl -a -F/;/ -ne "print if $F[2]==1" file.csvand it also dont work.
:(
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: get value from a awk system command
by Anonymous Monk on Apr 10, 2013 at 17:49 UTC | |
|
Re^3: get value from a awk system command
by hippo (Archbishop) on Apr 12, 2013 at 11:05 UTC |