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