Skip to content

Commit

Permalink
Update loops_and_scripts.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hwick authored Mar 18, 2024
1 parent fb0fdc6 commit 7125f9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Accelerate_with_automation/lessons/loops_and_scripts.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ The syntax for varable assignment changes depending on whether you want to assig

`variable=‘a string’` or `”a string”` for a string with spaces.

example: variable="My Variable" as seen above.
example: variable="My Variable" will assign the whole string within quotes, including spaces, to $variable

`variable=$(command)` or ``variable=`command` `` for output of a command.

Expand Down

0 comments on commit 7125f9b

Please sign in to comment.