Creating any string or variable in Bash – single quotes, double quotes, no quotes
Recommend to read this first: http://wiki.bash-hackers.org/syntax/quoting With bash you will see 3 types of quoting & in general typing anything in bash you will be in one of these scenarios (your eitherRead More…