ref: 3fc055a3f967c9a56e93d4c6882b60c25609ebdc dir: /bin/tac/
#!/bin/awk -f { l[NR] = $0 } END{ while(NR > 0) print l[NR--] }