Question - How do you insert comments in the command line prompt? 
          
        
        Answer - 
        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."