Utility package for the bashlets project.
Specifically, this package contains the following modules:
bashlets.util.datatype: Additional data types for bashletsbashlets.util.filetype: Filetype utilitiesbashlets.util.random: Generate random data through various methodsbashlets.util.time: Time-management utilities
First install the bashlets core distribution.
Then it is enough to do:
$ bashlets-install util
$ source bashlets util::datatype::iban
$ bash$$ iban validate GB29 NWBK 6016 1331 9268 19 && echo VALID
VALID
$ source bashlets util::datatype::ip
$ bash$$ ip dec2bin 192.168.0.1
11000000.10101000.00000000.00000001