From c961e2233518456c8289bbce80571eabc895721e Mon Sep 17 00:00:00 2001 From: David Thurstenson Date: Tue, 3 Nov 2020 13:58:54 -0600 Subject: [PATCH] Added grepupdates for laziness reasons --- .bashrc.d/10-alias.bash | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.bashrc.d/10-alias.bash b/.bashrc.d/10-alias.bash index b28d67b..b882895 100644 --- a/.bashrc.d/10-alias.bash +++ b/.bashrc.d/10-alias.bash @@ -33,5 +33,8 @@ alias printpartuuid='blkid -o value -s PARTUUID' # Show count of updates from checkupdates alias countupdates='checkupdates | wc -l' +# Grep through updates listed by checkudpdates +alias grepupdates='checkupdates | grep' + # ix.io pastebin alias ix="curl -F 'f:1=<-' ix.io"