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