view bin/quotenums @ 5300:fe8f574b561c

<shachaf> ` echo -ne \'#!/bin/sh\\ngrep -P -i -n "$1" quotes | cut -d \':\' -f 1 | xargs\\n\' > bin/quotenums; chmod +x bin/quotenums
author HackBot
date Thu, 02 Apr 2015 03:03:23 +0000
parents
children 4db5a8cfee37
line wrap: on
line source

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