You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 02-filedir.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -179,14 +179,16 @@ we can see that the home directory contains only **sub-directories**.
179
179
Any names in the output that don't have a classification symbol
180
180
are **files** in the current working directory.
181
181
182
-
::::::::::::::::::::::::::::::::::::::::: callout
182
+
::::::::::::::::::::::::::::::::::::::::: spoiler
183
183
184
184
## Clearing your terminal
185
185
186
186
If your screen gets too cluttered, you can clear your terminal using the
187
187
`clear` command. You can still access previous commands using <kbd>↑</kbd>
188
188
and <kbd>↓</kbd> to move line-by-line, or by scrolling in your terminal.
189
189
190
+
For some Linux systems, `clear` may also clear the scrollbuffer and you will not be able to scroll back when using `clear` without changing other settings.
0 commit comments