From 3641410a062078e46409a1194a194fe3455a957b Mon Sep 17 00:00:00 2001 From: Fabian Homborg Date: Thu, 6 Jun 2019 19:38:41 +0200 Subject: [PATCH] docs/tutorial: Misc [ci skip] --- sphinx_doc_src/tutorial.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sphinx_doc_src/tutorial.rst b/sphinx_doc_src/tutorial.rst index 8550a5063..cfb6c991b 100644 --- a/sphinx_doc_src/tutorial.rst +++ b/sphinx_doc_src/tutorial.rst @@ -49,6 +49,8 @@ Running Commands hello world +This runs the command `echo` with the arguments `hello` and `world`. + You can include a literal space in an argument with a backslash, or by using single or double quotes:: >_ mkdir My\ Files @@ -201,7 +203,7 @@ Like other shells, a dollar sign performs variable substitution:: My home directory is /home/tutorial -Variable substitution also occurs in double quotes, but not single quotes:: +Variable substitution also happens in double quotes, but not single quotes:: >_ echo "My current directory is $PWD" My current directory is /home/tutorial