📝 Updated and added espeak
This commit is contained in:
parent
94e222a128
commit
ffe4693a26
5 changed files with 13 additions and 9 deletions
1
aliases
1
aliases
|
|
@ -216,6 +216,7 @@ alias shchk="shellcheck"
|
|||
alias psmem="ps auxf | sort -nr -k 4 | head -5"
|
||||
# get top process eating cpu
|
||||
alias pscpu="ps auxf | sort -nr -k 3 | head -5"
|
||||
alias espeak="espeak -v female5"
|
||||
|
||||
# useful bash commands
|
||||
# grep, sed, awk, tr, sort, seq, paste, uniq
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue