From: Michael D. Lowis Date: Thu, 31 Oct 2019 16:53:20 +0000 (-0400) Subject: updated grepn to spawn a new window to display results X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=7be6f3734e9daf2ea0dcafc9634146bf312195aa;p=projs%2Ftide.git updated grepn to spawn a new window to display results --- diff --git a/bin/grepn b/bin/grepn index 3192711..d7f19b7 100755 --- a/bin/grepn +++ b/bin/grepn @@ -1,2 +1,2 @@ #!/bin/sh -grep -n "$@" \ No newline at end of file +grep -n "$@" | sed "s|^|${file:?}:|" | tide - \ No newline at end of file