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