News
A snippet to split string into an array. And shows you how to retrieve elements from the array. set -x STR="/path/to/a/config/file" TMP=$IFS IFS='/' WORDS=($STR) for ...
A little bash script that converts a JSON string into key value ... You can either use a pipe or parameters to convert your JSON string into a list of key-value-pairs. This script does not validate ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results