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