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