Single vs Double Quotes¶
Single quotes ('') and double quotes ("") in Bash are not the same thing!
String inside single quotes is treated as literal string. Variable expansion or command substitution won't happend inside single quotes.
Example:
Single quotes ('') and double quotes ("") in Bash are not the same thing!
String inside single quotes is treated as literal string. Variable expansion or command substitution won't happend inside single quotes.
Example: