mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2024-12-23 09:41:36 +00:00
Update bash help:
- remove trailing spaces
This commit is contained in:
parent
524969c42c
commit
ed1ca1c70e
@ -42,8 +42,8 @@ echo "Hello world!" # => Hello world!
|
|||||||
|
|
||||||
# Each command starts on a new line, or after a semicolon:
|
# Each command starts on a new line, or after a semicolon:
|
||||||
echo "This is the first command"; echo "This is the second command"
|
echo "This is the first command"; echo "This is the second command"
|
||||||
# => This is the first command
|
# => This is the first command
|
||||||
# => This is the second command
|
# => This is the second command
|
||||||
|
|
||||||
# Declaring a variable looks like this:
|
# Declaring a variable looks like this:
|
||||||
variable="Some string"
|
variable="Some string"
|
||||||
|
Loading…
Reference in New Issue
Block a user