Created
February 20, 2020 17:48
-
-
Save syreal17/dc1340fef44be3dc59819e3379c3fe28 to your computer and use it in GitHub Desktop.
pico Primer for Competitors - Shell Chapter - Got Shell? Section
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
That's all above comments it sounds like correct. But on my side I just reply that "$" as a shell prompt symbol.
$
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
gracias por la explicación más detallada