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