<div dir="ltr"><div>Is there any possibility/interest in adding an 'interactive_comments" option for tcsh like is in bash?</div><div><br></div><div>I'm interested because I often make notes of procedures/commands that I want to cat and paste into the terminal to repeat at some point and want to be able to add comments to them.  Stuff like: <br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div><span style="font-family:monospace">mkdir foobar   # pick any name<br></span></div><div><span style="font-family:monospace">cd foobar      <br></span></div><div><span style="font-family:monospace">ln -s ../bletch/bin/* ./    # include bletch commands</span><br></div></blockquote><div><br></div><div>I have been using ' ;: ' to introduce comments, but the shell still tries to parse the rest of the line and if there are any quotes, semi-colons, less-thans, or greater-thans, it doesn't work properly</div><div><br></div><div>-WRSomsky <br></div></div>