Spaces in variable assignments in shell scripts
42
votes
3
answers
21614
views
What is the difference between below variables assignments?
var=23
var =23
var= 23
var = 23
Is there any difference in space around the assignment operator?
Asked by ajay
(471 rep)
Jan 30, 2016, 01:20 PM
Last activity: Jun 29, 2022, 01:54 PM
Last activity: Jun 29, 2022, 01:54 PM