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"