Skip to content

Commit 0752dcd

Browse files
committed
differences for PR #1493
1 parent 78fefd8 commit 0752dcd

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

02-filedir.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,14 +179,18 @@ we can see that the home directory contains only **sub-directories**.
179179
Any names in the output that don't have a classification symbol
180180
are **files** in the current working directory.
181181

182-
::::::::::::::::::::::::::::::::::::::::: callout
182+
::::::::::::::::::::::::::::::::::::::::: spoiler
183183

184184
## Clearing your terminal
185185

186186
If your screen gets too cluttered, you can clear your terminal using the
187-
`clear` command. You can still access previous commands using <kbd>↑</kbd>
187+
`clear -x` command. You can still access previous commands using <kbd>↑</kbd>
188188
and <kbd>↓</kbd> to move line-by-line, or by scrolling in your terminal.
189189

190+
For some Bash configurations, `clear` may also clear the scrollbuffer and you
191+
will not be able to scroll back after using `clear`; using `clear -x` prevents
192+
this. An alternative to `clear -x` is the keyboard shortcut `Control-L`.
193+
190194

191195
::::::::::::::::::::::::::::::::::::::::::::::::::
192196

md5sum.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"config.yaml" "7e947da357206469f1a2c8a159290d19" "site/built/config.yaml" "2023-05-02"
55
"index.md" "0cffd2ceffc82b3f91dbfc4038b7f099" "site/built/index.md" "2025-06-18"
66
"episodes/01-intro.md" "f9424965b4e7855f0e569be741c5e88e" "site/built/01-intro.md" "2023-06-09"
7-
"episodes/02-filedir.md" "14a1c573a9731344ede0c6ff854d953b" "site/built/02-filedir.md" "2024-07-24"
7+
"episodes/02-filedir.md" "362dd39738e0939f557c003d8dd03c44" "site/built/02-filedir.md" "2025-10-24"
88
"episodes/03-create.md" "60df093284472799f26926d6676f4883" "site/built/03-create.md" "2025-09-15"
99
"episodes/04-pipefilter.md" "a53169dd94d8546082a0b923ca7060d9" "site/built/04-pipefilter.md" "2025-07-25"
1010
"episodes/05-loop.md" "3ee59c2d5153677fea56b6f104b88450" "site/built/05-loop.md" "2025-08-20"

0 commit comments

Comments
 (0)