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