Search
Results
GitHub - jandob/rebash: ReBash - bash scripting library/framework
[https://github.com/jandob/rebash] - - public:mzimmerm
Rebash is a library for bash that provides solutions for most bash weaknesses, esp modularity! (non-global vars, exception handling, modular import, logging, error handling, doc generation, doc testing, argument parser, utility functions for arrays and more
Set operations in bash
[https://catonmat.net/ftp/setops.txt] - - public:mzimmerm
NOT using arrays, assume set are files. But one can always convert files to arrays and vice versa.
Shell functions by Chris F.A. Johnson
bash-library/array.sh at master · konsolebox/bash-library · GitHub
Array manipulation functions — by Chris F.A. Johnson
Using Bash for automation | Enable Sysadmin
[https://www.redhat.com/sysadmin/using-bash-automation] - - public:mzimmerm
Using Bash as libraries for writing tests
