Bash is like the very complicated language, even a space can make a syntax error. But, when you get into it often, you will get a hang of it and it will be easy.
This post is a solution to one of the most common problems that happen to a newbie in Bash and it’s about a single whitespace.
Here is a sample Bash file :
a = 50
echo $a
and when you execute it, the error will be as follows :
... [READ MORE]