diff --git a/03-create.md b/03-create.md index 9aacba274..224100f3b 100644 --- a/03-create.md +++ b/03-create.md @@ -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) (`''`). :::::::::::::::::::::::::::::::::::::::::::::::::: @@ -322,7 +323,7 @@ Naming a PNG image of a whale as `whale.mp3` doesn't somehow magically turn it into a recording of whale song, though it *might* cause the operating system to associate the file with a music player program. In this case, if someone double-clicked `whale.mp3` in a file -explorer program, the music player will automatically (and erroneously) +explorer program,the music player will automatically (and erroneously) attempt to open the `whale.mp3` file. :::::::::::::::::::::::::::::::::::::::::::::::::: diff --git a/md5sum.txt b/md5sum.txt index 4d0670975..4bd8986d7 100644 --- a/md5sum.txt +++ b/md5sum.txt @@ -5,7 +5,7 @@ "index.md" "b40a8b40c0ac29c17dd1ee7f402b62e4" "site/built/index.md" "2023-05-02" "episodes/01-intro.md" "f9424965b4e7855f0e569be741c5e88e" "site/built/01-intro.md" "2023-06-09" "episodes/02-filedir.md" "4d719c53b2f55b006cc88632d2189cb7" "site/built/02-filedir.md" "2024-03-08" -"episodes/03-create.md" "636413e92d04b3e5e8c199ff8ca5f82c" "site/built/03-create.md" "2024-03-08" +"episodes/03-create.md" "36555055489c4fc8cc872049f953d34d" "site/built/03-create.md" "2024-03-08" "episodes/04-pipefilter.md" "880f2043f1b6d4febde2d4f6dd2c2a05" "site/built/04-pipefilter.md" "2024-01-17" "episodes/05-loop.md" "fd0d4a3a3795930cc2e156b6e2b25a04" "site/built/05-loop.md" "2023-11-10" "episodes/06-script.md" "166572403e3b5f1c314ce7c52babb7b5" "site/built/06-script.md" "2023-08-05"