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