From: Michael D. Lowis Date: Fri, 1 Feb 2019 14:48:27 +0000 (-0500) Subject: removed colors from findall to make it usable from tide X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=f58f6e65e550cc970bd985086bdc03df5be97dd6;p=projs%2Ftide.git removed colors from findall to make it usable from tide --- diff --git a/bin/findall b/bin/findall index 54ddc42..cc116ee 100755 --- a/bin/findall +++ b/bin/findall @@ -20,4 +20,4 @@ find "$dir" \( \( \ -type d -iname 'build' -o \ -type f -name 'tags' \ \) -prune \ -\) -o -type f -exec grep -n --color=always "$@" "$pattern" {} + +\) -o -type f -exec grep -n "$@" "$pattern" {} +