View Single Post
Posts: 156 | Thanked: 90 times | Joined on Jan 2010
#3
navsin: those two commands are same. Spaces do not make difference, because they're ignored, nor do the quotation marks. They're used if you're echoing words/sentences which have spaces between them, for example: echo "I want SmartReflex enabled by default!"

Thus echo 1 = echo "1".

The only difference I see is the order in which values are echoed.
 

The Following User Says Thank You to rooted For This Useful Post: