From e93115325f3a82395fcc501d1901fff3f826a279 Mon Sep 17 00:00:00 2001 From: tomit4 Date: Thu, 23 Dec 2021 09:27:52 -0800 Subject: [PATCH] added ngrep alias for grep -v --- bashrc.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/bashrc.txt b/bashrc.txt index d82ee44a..abf91b25 100644 --- a/bashrc.txt +++ b/bashrc.txt @@ -218,6 +218,7 @@ alias xsel="xclip -sel clip" alias catx="cat | xclip -sel clip" alias xclear="echo '' | xclip && xclip -selection clipboard /dev/null" alias pjson="json_pp | pygmentize -l json" # pipe expected json output through pjson to prettify it +alias ngrep="grep -v" alias exifread="exiftool" alias exifrm="exiftool -all=" alias html_pp="hxnormalize -e"