Skip to content
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion episodes/02-filedir.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,14 +179,18 @@ we can see that the home directory contains only **sub-directories**.
Any names in the output that don't have a classification symbol
are **files** in the current working directory.

::::::::::::::::::::::::::::::::::::::::: callout
::::::::::::::::::::::::::::::::::::::::: spoiler

## Clearing your terminal

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

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


::::::::::::::::::::::::::::::::::::::::::::::::::

Expand Down