bcal is a Byte CALculator for storage conversions and calculations.
Features:

- convert to IEC/SI standard data storage units
- show the address in bytes
- show address as LBA:OFFSET
- convert CHS to LBA and *vice versa*
- show binary, decimal and hex representation of a number
- custom sector size, max heads/cylinder and max sectors/track
- minimal dependencies
This commit is contained in:
Arun Prakash Jana 2017-04-21 07:08:14 +05:30
parent 308ce1a379
commit 0522a28824
No known key found for this signature in database
GPG Key ID: A75979F35C080412
1 changed files with 1 additions and 0 deletions

View File

@ -124,6 +124,7 @@ A curated list of awesome command-line frameworks, toolkits, guides and gizmos.
*Command-line development, version control, and deployment.*
* [bcal](https://github.com/jarun/bcal) - Byte CALculator for storage conversions and calculations
* [bocker](https://github.com/p8952/bocker) - Docker implemented in 100 lines of bash
* [cloc](https://github.com/AlDanial/cloc) - Count Lines of Code
* [dokku](https://github.com/dokku/dokku) - Docker powered mini-Heroku. The smallest PaaS implementation you've ever seen.