|
|
|
|
|
by JohnMakin
1029 days ago
|
|
I think it is to separate command line input from output - $ echo "Hello!" Hello! The $ denotes that this is a terminal command, and anything that is not preceded by $ will usually be some kind of output. That's certainly how/why I was using it. |
|