view bin/quotenums @ 6628:8fa17e1ae537

<izabera> ` printf \'FNR == 1{ for (i = max; i >= 1; i--) print a[i] } { a[max=FNR] = $0 } END { for (i = max; i >= 1; i--) print a[i] }\' > bin/tac; chmod +x bin/tac
author HackBot
date Sat, 30 Jan 2016 21:25:52 +0000
parents fe8f574b561c
children 4db5a8cfee37
line wrap: on
line source

#!/bin/sh
grep -P -i -n "$1" quotes | cut -d : -f 1 | xargs