Skip to content

Instantly share code, notes, and snippets.

@mitfik
Created July 29, 2013 12:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mitfik/6103980 to your computer and use it in GitHub Desktop.
Save mitfik/6103980 to your computer and use it in GitHub Desktop.
Size converter
echo "1T" | sed -e 's/t/kg/i;s/g/km/i;s/m/kk/i;s/k/*1024/ig;s/b//i' | bc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment