stdlib.sh icon indicating copy to clipboard operation
stdlib.sh copied to clipboard

Standard functions library for bash shell

Results 3 stdlib.sh issues
Sort by recently updated
recently updated
newest added

In bash-4.3 and prior, it was possible to use `${!var:-}` to reference the variable whose name is stored in `var` indirectly, whilst not returning an `unbound variable` error if `nounset`...

bug

It would be helpful to be able to query a programmatic reference to specify the features needed, or to find out when a feature was first implemented (without requiring repo...

enhancement