๐ข Conversion Tools
Utilities for unit conversion.
convertโ
Converts between units (e.g., b, B, KB, MB, GB, TB).
Argument | Description |
---|---|
VALUE | Number with unit (e.g., "100MB") |
UNIT | Target unit |
-d N | Number of decimals |
-s | Show conversion sequence |
convert 100MB KB
convert 1.56GB B
convert -d 2 1TB B
# With variables
convert_from=GB
convert_to=KB
result=$(convert 15)
note
Case-sensitive: "b" โ "B"ytes.