X-Git-Url: https://defaria.com/gitweb/?a=blobdiff_plain;f=rc%2Ffunctions;h=28135c712c0a05dc0806b36886fab4b69a9049a8;hb=6523d45db2e04f44fb4009ca8549d56226559f8c;hp=ec2f3114208c100b986749122cb8250d25bdfa51;hpb=201c4691639017573d7caf7bf03de6bf12db6614;p=clearscm.git diff --git a/rc/functions b/rc/functions index ec2f311..28135c7 100644 --- a/rc/functions +++ b/rc/functions @@ -226,7 +226,7 @@ function sj { ps $psopts | $PAGER else for str; do - ps $psopts | grep "$str" | grep -v "grep $str" | grep -v "grep -d skip" + ps $psopts | grep "$str" | grep -ve "grep $str" -e "grep -d skip" -e "grep --color=auto" done fi } # sj