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.
@ArduinoAficionado
Copy link

$

@AnsarulHaq786
Copy link

@Exzou it was very insightful!.

@xmass890
Copy link

'$' a dollar sign is a convection to a prompt to show that a shell is ready to take command, but it vary for root user ( # is used in a prompt) and for regular user '$ ' is used but both are prompt sign indicating shell is ready for input

@sidhu1512
Copy link

interesting

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