Skip to content

Instantly share code, notes, and snippets.

@syreal17
Created February 20, 2020 17:48
Show Gist options
  • Save syreal17/dc1340fef44be3dc59819e3379c3fe28 to your computer and use it in GitHub Desktop.
Save syreal17/dc1340fef44be3dc59819e3379c3fe28 to your computer and use it in GitHub Desktop.
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.
@sidhu1512
Copy link

interesting

@Hareekshith
Copy link

Well, I use a ZSH, it shows an arrow

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment