-
Notifications
You must be signed in to change notification settings - Fork 7
Home
Márk Török edited this page Jul 15, 2020
·
10 revisions
Utils.sh is a shell script library intended to provide data structures and general utils like random or datetime for bash developers.
Utils.sh contains the following modules:
- aggregate is a simple set data structure wiki
- console provides refined printing into the std output wiki
- date provides datetime related commands wiki
- import gives useful import features from file to git to ftp under development
- files brings methods to check file attributes wiki
- map takes the idea from Java and lives as an key-value array wiki
- queue is a classic queue datastructure wiki
- random gives handy subcommands to random generation wiki
- stack implements a stack data structure wiki
- string provides very rich subcommands to string manipulation wiki