+1 vote
in Linux by
How do you insert comments in the command line prompt?

1 Answer

0 votes
by

Comments are created by typing the # symbol before the actual comment text. This tells the shell to completely ignore what follows. For example "# This is just a comment that the shell will ignore."

Related questions

...