Skip to content
Márk Török edited this page Apr 14, 2018 · 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
  • datetime provides datetime related commands wiki
  • import gives useful import features from file to git to ftp
  • map takes the idea from Java and lives as an key-value array
  • queue is a classic queue datastructure wiki
  • random gives handy subcommands to random generation
  • stack implements a stack data structure
  • string provides very rich subcommands to string manipulation
Clone this wiki locally