From d6ea3d7a2e0b65f58977317ecdadbf96ea513e84 Mon Sep 17 00:00:00 2001 From: Connor Olding Date: Mon, 6 Aug 2018 03:55:13 +0200 Subject: [PATCH] nocom: remove both shell and C-style comments --- home/-shrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/-shrc b/home/-shrc index 2a73dab..2b67ad3 100644 --- a/home/-shrc +++ b/home/-shrc @@ -155,7 +155,7 @@ alias counts='find . | wc -l' alias exts='print -l *(:e:l) | sort | uniq -c | sort -n' alias freq="cut -d' ' -f1 < ~/.histfile | sort | uniq -c | sort -rn | head" # -alias nocom='grep -oP --line-buffered --color=never "^[^#]+"' +alias nocom='egrep -v --line-buffered --color=never "^[[:space:]]*(//|#)"' alias jrep='grep -aPo "[\x{20}-\x{7E}\x{4E00}-\x{9FFF}\x{3040}-\x{30FF}]+"' alias bomb='uconv -f utf-8 -t utf-8 --add-signature' alias cleanse='tr -cd "\11\12\15\40-\176"'