Added countupdates alias
This commit is contained in:
parent
40a51c9e2c
commit
1e729de722
|
@ -23,3 +23,6 @@ alias printuuid='blkid -o value -s UUID'
|
||||||
|
|
||||||
# Output only the PARTUUID of the target device
|
# Output only the PARTUUID of the target device
|
||||||
alias printpartuuid='blkid -o value -s PARTUUID'
|
alias printpartuuid='blkid -o value -s PARTUUID'
|
||||||
|
|
||||||
|
# Show count of updates from checkupdates
|
||||||
|
alias countupdates='checkupdates | wc -l'
|
||||||
|
|
Loading…
Reference in New Issue