mirror of
https://github.com/flokoe/bash-hackers-wiki.git
synced 2024-11-25 07:43:42 +01:00
fix improper escape.
This commit is contained in:
parent
3fa1627998
commit
304c1df565
@ -116,7 +116,7 @@ for example
|
|||||||
When you need the **content** of a variable, you prefix its name with
|
When you need the **content** of a variable, you prefix its name with
|
||||||
**a dollar-sign**, like
|
**a dollar-sign**, like
|
||||||
|
|
||||||
- echo \"The used picture is: \$picture\"
|
echo "The used picture is: $picture"
|
||||||
|
|
||||||
#### Whitespace
|
#### Whitespace
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user