Answer the question
In order to leave comments, you need to log in
How to solve bash error = command not found?
Good evening. Faced such a problem))
line in the script
name ='hello'
или так
$name = 'hello'
Answer the question
In order to leave comments, you need to log in
It's strange that no one has answered yet)
Probably figured it out already, but I'll answer just in case.
In bash, you cannot use spaces when using = to assign a value, because the space is the parameter separator. Accordingly, this is correct:
And this is wrong:name ='hello'
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question