Bash

How-to: Bash variable …

Bash Parameter Substitution Table of contents Bash Parameter Substitution Source - https://www.cyberciti.biz String Manipulation and Expanding Variables Source - https://www.cyberciti.biz The $ character is used for parameter expansion, arithmetic expansion and command substitution. You can use it …