Guest User

Untitled

a guest
Nov 17th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. It's fairly simple indeed.
  2.  
  3. Installation:
  4. On Ubuntu:
  5. apt-get install units
  6. On Mac OSX:
  7. brew install gnu-units
  8. Example:
  9. 1024 bytes to MB
  10.  
  11. Ubuntu
  12.  
  13. units -v 1024byte megabyte
  14.  
  15. Mac OSX
  16.  
  17. gunits -v 1024byte megabyte
  18.  
  19. And the result:
  20.  
  21. 1024byte = 0.001024 megabyte
  22. 1024byte = (1 / 976.5625) megabyte
Add Comment
Please, Sign In to add comment