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