From 6f06ea48185a4dddfc01042ca1c12bb7dc89659c Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Tue, 5 Mar 2024 00:22:45 +0000 Subject: [PATCH] site deploy Auto-generated via {sandpaper} Source : 78694fed6337d3112700e6684294fd4b8ec5ceb1 Branch : md-outputs Author : GitHub Actions Time : 2024-01-17 01:58:02 +0000 Message : markdown source builds Auto-generated via {sandpaper} Source : f40c0b5e9582c3ec73cf5305784d272ec631367c Branch : main Author : Benson Muite Time : 2024-01-17 01:57:00 +0000 Message : Merge pull request #1449 from emiliobiz/patch-1 Fix spelling mistake in 04-pipefilter.md --- 01-intro.html | 17 +- 02-filedir.html | 151 ++--- 03-create.html | 323 +++++---- 04-pipefilter.html | 79 ++- 05-loop.html | 292 ++++---- 06-script.html | 160 +++-- 07-find.html | 87 ++- 404.html | 4 +- CODE_OF_CONDUCT.html | 2 +- LICENSE.html | 2 +- aio.html | 1066 ++++++++++++++--------------- discuss.html | 2 +- images.html | 4 +- index.html | 13 +- instructor-notes.html | 14 +- instructor/01-intro.html | 17 +- instructor/02-filedir.html | 153 ++--- instructor/03-create.html | 323 +++++---- instructor/04-pipefilter.html | 79 ++- instructor/05-loop.html | 292 ++++---- instructor/06-script.html | 160 +++-- instructor/07-find.html | 87 ++- instructor/404.html | 4 +- instructor/CODE_OF_CONDUCT.html | 2 +- instructor/LICENSE.html | 2 +- instructor/aio.html | 1068 +++++++++++++++--------------- instructor/discuss.html | 2 +- instructor/images.html | 4 +- instructor/index.html | 13 +- instructor/instructor-notes.html | 14 +- instructor/key-points.html | 4 +- instructor/profiles.html | 4 +- instructor/reference.html | 2 +- key-points.html | 4 +- pkgdown.yml | 4 +- profiles.html | 4 +- reference.html | 2 +- 37 files changed, 2198 insertions(+), 2262 deletions(-) diff --git a/01-intro.html b/01-intro.html index f36578bcf..b4e252d9d 100644 --- a/01-intro.html +++ b/01-intro.html @@ -362,7 +362,7 @@

The Shell

BASH

-
$
+
$

The shell typically uses $ as the prompt, but may use a different symbol. In the examples for this lesson, we’ll show the prompt @@ -382,7 +382,7 @@

BASH

BASH

-
nelle@localhost $
+
nelle@localhost $

The prompt might even include more than this. Do not worry if your prompt is not just a short $. This lesson does not depend @@ -395,7 +395,7 @@

BASH

BASH

-
$ ls
+
$ ls

OUTPUT @@ -403,20 +403,19 @@

OUTPUT