From dea6ef2031b6c76a7a52341a852c5e4b8504ac2a Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Tue, 5 Mar 2024 00:42:49 +0000 Subject: [PATCH] site deploy Auto-generated via {sandpaper} Source : 2d8fb43757814d486a3114bda9a310f510d3e031 Branch : md-outputs Author : GitHub Actions Time : 2024-03-05 00:42:32 +0000 Message : markdown source builds Auto-generated via {sandpaper} Source : 13938776a3c177bd23753a47d1d11d1d65cd41e0 Branch : l10n_main Author : Toby Hodges Time : 2024-02-20 11:33:21 +0000 Message : New translations 01-intro.md (Japanese) --- 01-intro.html | 17 +- 02-filedir.html | 151 ++-- 03-create.html | 343 +++++---- 04-pipefilter.html | 95 ++- 05-loop.html | 292 ++++---- 06-script.html | 172 +++-- 07-find.html | 97 ++- 404.html | 4 +- CODE_OF_CONDUCT.html | 2 +- LICENSE.html | 2 +- aio.html | 1124 ++++++++++++++--------------- 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 | 345 +++++---- instructor/04-pipefilter.html | 95 ++- instructor/05-loop.html | 292 ++++---- instructor/06-script.html | 172 +++-- instructor/07-find.html | 97 ++- instructor/404.html | 4 +- instructor/CODE_OF_CONDUCT.html | 2 +- instructor/LICENSE.html | 2 +- instructor/aio.html | 1128 +++++++++++++++--------------- 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 +- md5sum.txt | 2 +- pkgdown.yml | 4 +- profiles.html | 4 +- reference.html | 2 +- 38 files changed, 2317 insertions(+), 2381 deletions(-) diff --git a/01-intro.html b/01-intro.html index 10521c767..d714aea2a 100644 --- a/01-intro.html +++ b/01-intro.html @@ -360,7 +360,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 @@ -380,7 +380,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 @@ -393,7 +393,7 @@

BASH

BASH

-
$ ls
+
$ ls

OUTPUT @@ -401,20 +401,19 @@

OUTPUT