nixCraft Linux/Unix Forum
How To Use Bash Parameter Substitution Like A Pro
nixCraft Articles
nixcraft
February 20, 2018, 3:29pm
1
Originally published at:
https://www.cyberciti.biz/tips/bash-shell-parameter-substitution-2.html
T
he
$ character is used for parameter expansion
, and command substitution. You can use it for manipulating and expanding variables on demands without using external commands such as sed or awk.