Hello,
Is there anyway in awk to put every line of a file in an array and so we can like this print the line that we want.
For example, if we have this file
aaa eee
bbb fff
ccc ggg
ddd hhh
So we can print to the output only the 3rd line
ccc ggg
If it is possible, please put the code and thx in advance.
Regards,
Partager