in reply to Re^9: Split tab-separated file into separate files, based on column name (open on demand)
in thread Split tab-separated file into separate files, based on column name
Awk does not have numerically-indexed arrays at all. There is a convention for using digit strings to emulate numeric indexing, and like Perl, Awk will convert numbers to digit strings upon demand, but Awk arrays are Perl hashes.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^11: Split tab-separated file into separate files, based on column name (open on demand)
by LanX (Saint) on Aug 29, 2020 at 13:51 UTC |