blob: 615c68922c7a7f13d4a7cbdbdd805820143f7117 (
plain)
1
2
3
4
5
6
|
<h1 class="subsection">Comments</h1> <p>In a non-interactive shell, or an interactive shell in which the <code>interactive_comments</code> option to the <code>shopt</code> builtin is enabled (see <a href="the-shopt-builtin">The Shopt Builtin</a>), a word beginning with ‘<samp>#</samp>’ causes that word and all remaining characters on that line to be ignored. An interactive shell without the <code>interactive_comments</code> option enabled does not allow comments. The <code>interactive_comments</code> option is on by default in interactive shells. See <a href="interactive-shells">Interactive Shells</a>, for a description of what makes a shell interactive. </p><div class="_attribution">
<p class="_attribution-p">
Copyright © 2000, 2001, 2002, 2007, 2008 Free Software Foundation, Inc.<br>Licensed under the GNU Free Documentation License.<br>
<a href="https://www.gnu.org/software/bash/manual/html_node/Comments.html" class="_attribution-link">https://www.gnu.org/software/bash/manual/html_node/Comments.html</a>
</p>
</div>
|