Skip to content
Closed
Show file tree
Hide file tree
Changes from all 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
77 changes: 77 additions & 0 deletions workshop/images/side-quest-01-01-command-anatomy-dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
77 changes: 77 additions & 0 deletions workshop/images/side-quest-01-01-command-anatomy-light.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions workshop/side-quest-01-01-terminal-basics.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@

The **prompt** is a short line of text ending in `$`, `%`, or `>`. When you see it, the terminal is ready for your **command**. Whatever the terminal prints back is the **output**.

<picture>
<source media="(prefers-color-scheme: dark)" srcset="images/side-quest-01-01-command-anatomy-dark.svg">
<source media="(prefers-color-scheme: light)" srcset="images/side-quest-01-01-command-anatomy-light.svg">
<img alt="Diagram showing the anatomy of a terminal command: prompt, command, Enter, and output, with cd looping back to update the next prompt" src="images/side-quest-01-01-command-anatomy-light.svg">
</picture>

---

## Practice 1: Confirm your terminal works
Expand Down