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