Relative Content

Tag Archive for command-line

What are the benefits of using the command line for software development? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for […]

Why do Windows commands allow `-` and `/` switches? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for […]

Where does the tradition of shell prompts in code snippets come from?

Most code samples I see that demonstrate shell code preface each command with $. Having a prefix makes sense, but I’m confused as to why $ is used in particular. Some other symbol, like !, that can be copied and pasted into a prompt without affecting the command’s execution makes far more sense to me. So where does this notation come from?

Where does the tradition of shell prompts in code snippets come from?

Most code samples I see that demonstrate shell code preface each command with $. Having a prefix makes sense, but I’m confused as to why $ is used in particular. Some other symbol, like !, that can be copied and pasted into a prompt without affecting the command’s execution makes far more sense to me. So where does this notation come from?