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