From 9260ed6f9c66201170244335e8a425ab795d06d7 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Tue, 27 Aug 2024 02:46:52 +0000 Subject: [PATCH] site deploy Auto-generated via {sandpaper} Source : 90660cdb2e05b1e2526b24fb8e04cfcbfe1a10d0 Branch : md-outputs Author : GitHub Actions Time : 2024-07-24 04:24:58 +0000 Message : markdown source builds Auto-generated via {sandpaper} Source : f70f4f95491afa348d254c35f485f079a0fe5338 Branch : main Author : Benson Muite Time : 2024-07-24 04:24:14 +0000 Message : Merge pull request #1460 from krishnakumarg1984/patch-2 Use `q` instead of `Q` to quit the man pages in 02-filedir.md --- 03-create.html | 20 +++++++-------- 04-pipefilter.html | 16 ++++++------ 07-find.html | 10 ++++---- aio.html | 46 ++++++++++++++++----------------- index.html | 6 ++--- instructor/03-create.html | 22 ++++++++-------- instructor/04-pipefilter.html | 16 ++++++------ instructor/07-find.html | 10 ++++---- instructor/aio.html | 48 +++++++++++++++++------------------ instructor/index.html | 6 ++--- pkgdown.yml | 2 +- 11 files changed, 101 insertions(+), 101 deletions(-) diff --git a/03-create.html b/03-create.html index c8958c2f8..80ab53aeb 100644 --- a/03-create.html +++ b/03-create.html @@ -622,7 +622,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 @@ -825,7 +825,7 @@

    BASH

    Show me the solution

    -
    +

    BASH @@ -914,7 +914,7 @@

    Renaming Files

    -
    +
    1. No. While this would create a file with the correct name, the incorrectly named file still exists in the directory and would need to @@ -977,7 +977,7 @@

      BASH

      Show me the solution

      -
      +

      We start in the /Users/jamie/data directory, and create a new folder called recombined. The second line moves @@ -1060,7 +1060,7 @@

      Using rm Safely

      -
      +

      OUTPUT @@ -1151,7 +1151,7 @@

      BASH

      Show me the solution

      -
      +

      If given more than one file name followed by a directory name (i.e. the destination directory must be the last argument), @@ -1229,7 +1229,7 @@

      List filenames matching a pattern

      -
      +

      The solution is 3.

      1. shows all files whose names contain zero or more @@ -1350,7 +1350,7 @@

      BASH

      Show me the solution

      -
      +

      BASH @@ -1414,7 +1414,7 @@

      OUTPUT