Skip to content

Commit

Permalink
markdown source builds
Browse files Browse the repository at this point in the history
Auto-generated via {sandpaper}
Source  : 5507316
Branch  : main
Author  : Erin Becker <[email protected]>
Time    : 2024-03-08 23:33:25 +0000
Message : Merge pull request #1406 from GentleInfant/patch-1

changing quotes to single quotes
  • Loading branch information
actions-user committed Mar 8, 2024
1 parent aa615ff commit e8dcf23
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion 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
2 changes: 1 addition & 1 deletion md5sum.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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" "cda7949aecf6bfe600e559f27319cc71" "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"
Expand Down

0 comments on commit e8dcf23

Please sign in to comment.