Skip to content

Instantly share code, notes, and snippets.

@syreal17
syreal17 / Answer 4
Created February 20, 2020 17:48
pico Primer for Competitors - Shell Chapter - Got Shell? Section
Q.4: What does `$` mean?
A.4: `$` is a separator. Everything before it is the computer generated prompt and everything after is the user typed command
Note on answer: Most example commands I show will start with `$` just as an indicator that the example command is ran in the shell.