Overview: bash "How To" snippets

Example Description
bash: "How To" ... utilize string substitutions string substitutions (replace, extract, …)
bash: "How To" ... utilize tests tests (string is in list, string contains substring, …)
bash: "How To" ... running commands run command from variable, check execution result, check if run by root, …