Skip to content
Snippets Groups Projects
Commit 7f0cb6c5 authored by Taddeüs Kroes's avatar Taddeüs Kroes
Browse files

Added alias for taking average of numbers

parent d81341aa
No related branches found
No related tags found
No related merge requests found
......@@ -92,6 +92,7 @@ alias c='xclip -i -selection clipboard'
alias vimdiff='vim -d -c "colorscheme desert"'
alias ydiff='diff -y -W 196 --left-column'
alias v='gpicview'
alias avg="awk '{a+=\$1} END{print a/NR}'"
function tm () {
`which time` -f %e $* > /dev/null
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment