Skip to content

Assignment vs equivalence

Peter Ajtai edited this page Aug 27, 2012 · 21 revisions
  • Problem:
    • variable: command not found
  • Solution:
# assign
variable="x"

is NOT the same as

# check for equivalence
variable = "x"
  • Remove the spaces

Linked from:

Bash Scripting

Total of 183 pages.
Total of 67 pages not in main tree.
Total of 147 nodes.
This Sidebar and the "Linked From" sections created by Wiki Buddy
The full tree is at _WB-Full-Tree

Clone this wiki locally