...
awk '{if (FNR % 2 == 1) {print;}}' filename
...
que peut encore s'écrire: awk 'NR % 2' fichier _______________________________________________ gull mailing list [email protected] http://lists.alphanet.ch/mailman/listinfo/gull
...
awk '{if (FNR % 2 == 1) {print;}}' filename
...
que peut encore s'écrire: awk 'NR % 2' fichier _______________________________________________ gull mailing list [email protected] http://lists.alphanet.ch/mailman/listinfo/gull