Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 264 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 264 Bytes

storage_calc

created a py script for performing some storage based calculations,

like 1GB + 7MB - 958KB

Usage: give input string like below:
  1MB + 2GB + 9kb - 9TB

(don't give space between value and the memory units(i.e. mb,gb,tb))