Convert Mass

By Jamiie on Mar 13, 2009

Copy and paste in Alt+R

/gto converts grams to ounces
/otp converts ounces to pounds

alias gto { $iif(!$1, echo -a Enter a amount, echo -a $1 gram(s) is $calc($1 * 0.03527) ounce(s)) }
alias otp { $iif(!$1, echo -a Enter a amount, echo -a $1 ounce(s) is $calc($1 / 16) pound(s)) }

Comments

Sign in to comment.
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.