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