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