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