You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This script performs storage related operations like adding or subtracting various memory unit values. The output will be accordingly the final total of all the operations. lowest output memory unit will be B (bytes) highest is TB. (final total less than 0 like 0.1GB, 0.02MB will be converted to there respective lower memory unit versions i.e. M…
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))
About
This script performs storage related operations like adding or subtracting various memory unit values. The output will be accordingly the final total of all the operations. lowest output memory unit will be B (bytes) highest is TB. (final total less than 0 like 0.1GB, 0.02MB will be converted to there respective lower memory unit versions i.e. M…