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