This shows you the differences between two versions of the page.
| — |
bash:how_to [2024/02/16 00:48] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Overview: bash "How To" snippets ====== | ||
| + | ^ Example ^ Description ^ | ||
| + | | [[bash:how to:string_substitutions|]] | string substitutions (replace, extract, ...) | | ||
| + | | [[bash:how to:tests|]] | tests (string is in list, string contains substring, ...) | | ||
| + | | [[bash:how to: run_command|]] | run command from variable, check execution result, check if run by root, ... | | ||