Variable Types
Prev
Advanced Bash-Scripting Guide
Up
Quoting strings
Next
Quoting strings, variables, and special chars
Purpose of quoting:
To place strings inside the script
To express variables inside strings
To disable actions of some of the special characters
Quoting strings
Quoting variables
Escaping
Variable Types
Prev
Advanced Bash-Scripting Guide
Up
Quoting strings
Next