Skip to content

Commit

Permalink
Merge pull request #1406 from GentleInfant/patch-1
Browse files Browse the repository at this point in the history
changing quotes to single quotes
  • Loading branch information
ErinBecker authored Mar 8, 2024
2 parents 3291528 + 56c8d56 commit 5507316
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion episodes/03-create.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,8 @@ There are special characters that can cause your command to not work as
expected and can even result in data loss.

If you need to refer to names of files or directories that have spaces
or other special characters, you should surround the name in quotes (`""`).
or other special characters, you should surround the name in single
[quotes](https://www.gnu.org/software/bash/manual/html_node/Quoting.html) (`''`).

::::::::::::::::::::::::::::::::::::::::::::::::::

Expand Down

0 comments on commit 5507316

Please sign in to comment.