Commit 7f0cb6c5 authored by Taddeüs Kroes's avatar Taddeüs Kroes

Added alias for taking average of numbers

parent d81341aa
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment