Sujet : Re: Breaking a table of record rows into an array
De : toylet.toylet (at) *nospam* gmail.com (Mr. Man-wai Chang)
Groupes : comp.lang.awkDate : 11. Mar 2024, 18:41:32
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <usnfod$3o4es$1@toylet.eternal-september.org>
References : 1 2
User-Agent : Mozilla Thunderbird
On 1/3/2024 10:52 pm, Janis Papanagnou wrote:
BEGIN { FS="] " }
{ for (i=1; i<=NF; i++)
print $i
}
Use of `NF` in awk command - Stack Overflow
https://stackoverflow.com/questions/47216786/use-of-nf-in-awk-command