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