From d56dc4ab4785ee99c3c6413767fd7c31d03e6a30 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Tue, 12 Nov 2024 12:56:13 +0000 Subject: [PATCH] site deploy Auto-generated via `{sandpaper}` Source : b405be32544fc91aed8dcbd5335aaf6c34e1a187 Branch : md-outputs Author : GitHub Actions Time : 2024-09-26 02:01:42 +0000 Message : markdown source builds Auto-generated via {sandpaper} Source : f54273dbeee5ea4b0696afb700234bf11609ac47 Branch : main Author : Benson Muite Time : 2024-09-26 02:00:58 +0000 Message : Merge pull request #1469 from swcarpentry/bkmgit-patch-2 Clarify actions of head and tail --- 02-filedir.html | 10 ++++----- 04-pipefilter.html | 16 +++++++------- 06-script.html | 12 +++++------ aio.html | 38 ++++++++++++++++----------------- index.html | 6 +++--- instructor/02-filedir.html | 12 +++++------ instructor/04-pipefilter.html | 16 +++++++------- instructor/06-script.html | 12 +++++------ instructor/aio.html | 40 +++++++++++++++++------------------ instructor/index.html | 6 +++--- pkgdown.yml | 2 +- 11 files changed, 85 insertions(+), 85 deletions(-) diff --git a/02-filedir.html b/02-filedir.html index edfced318..d887cc1ef 100644 --- a/02-filedir.html +++ b/02-filedir.html @@ -696,7 +696,7 @@

Exploring More ls Options

-
+

The -l option makes ls use a long listing format, showing not only the @@ -731,7 +731,7 @@

Listing in Reverse Chronological Order

-
+

The most recently changed file is listed last when using -rt. This can be very useful for finding your most recent @@ -1075,7 +1075,7 @@

Absolute vs Relative Paths

-
+
  1. No: . stands for the current directory.
  2. No: / stands for the root directory.
  3. @@ -1115,7 +1115,7 @@

    Relative Path Resolution

    -
    +
    1. No: there is a directory backup in /Users.
    2. @@ -1156,7 +1156,7 @@

      OUTPUT