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