|
|
|
|
|
by xiaq
4156 days ago
|
|
@hyperpape we seem to have hit the critical level for flame war and now I cannot reply to you :) it's said I will be able to reply after some cooldown time, but here is my reply: re "word space* = ...": should this echo an equal sign and $ip, or assign $ip to $echo? echo =$ip
|
|
In my case, I'm treating "=" as not able to be included in an unquoted string literal, and I'm requiring variables to start with $.
So in my shell, this would be a syntax error.
This works. If you relaxed the variable naming idea, it would set echo to $ip, but that's probably a bad idea.