From 15a3c94053a62555e5ae12e2d975b690dfebd811 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Fri, 8 Mar 2024 23:34:40 +0000 Subject: [PATCH] site deploy Auto-generated via {sandpaper} Source : e8dcf23be7a8b0c2163fcdba734193b775fe32b3 Branch : md-outputs Author : GitHub Actions Time : 2024-03-08 23:34:25 +0000 Message : markdown source builds Auto-generated via {sandpaper} Source : 5507316bafbb308622789014b1adc9627a33a8d8 Branch : main Author : Erin Becker Time : 2024-03-08 23:33:25 +0000 Message : Merge pull request #1406 from GentleInfant/patch-1 changing quotes to single quotes --- 03-create.html | 23 +++++++------ 04-pipefilter.html | 16 ++++----- 06-script.html | 12 +++---- 07-find.html | 10 +++--- aio.html | 61 ++++++++++++++++----------------- index.html | 6 ++-- instructor/03-create.html | 25 +++++++------- instructor/04-pipefilter.html | 16 ++++----- instructor/06-script.html | 12 +++---- instructor/07-find.html | 10 +++--- instructor/aio.html | 63 ++++++++++++++++++----------------- instructor/index.html | 6 ++-- md5sum.txt | 2 +- pkgdown.yml | 2 +- 14 files changed, 134 insertions(+), 130 deletions(-) diff --git a/03-create.html b/03-create.html index 08ce784fd..688e71980 100644 --- a/03-create.html +++ b/03-create.html @@ -446,7 +446,8 @@

Good names f 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 ("").

+single quotes +('').

@@ -566,7 +567,7 @@

BASH

Show me the solution

-
+
  1. The touch command generates a new file called my_file.txt in your current directory. You can observe this @@ -770,7 +771,7 @@

    BASH

    Show me the solution

    -
    +

    BASH @@ -861,7 +862,7 @@

    Renaming Files