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