# HG changeset patch # User HackEso # Date 1573945987 0 # Node ID 4db5a8cfee371a3c829fa7311ed0835bbeed46eb # Parent f64c09e35116bee91eef40ba8b251d341d9b2a33 sled /hackenv/bin/quotenums//s|quotes|${HACKENV-/hackenv}/quotes| diff -r f64c09e35116 -r 4db5a8cfee37 bin/quotenums --- a/bin/quotenums Sat Nov 16 23:10:23 2019 +0000 +++ b/bin/quotenums Sat Nov 16 23:13:07 2019 +0000 @@ -1,2 +1,2 @@ #!/bin/sh -grep -P -i -n "$1" quotes | cut -d : -f 1 | xargs +grep -P -i -n "$1" ${HACKENV-/hackenv}/quotes | cut -d : -f 1 | xargs