How to Comment Out and Uncomment Lines in a Configuration File
        Posted  
        
            by Chris Hoffman
        on How to geek
        
        See other posts from How to geek
        
            or by Chris Hoffman
        
        
        
        Published on Sun, 08 Jul 2012 10:00:55 GMT
        Indexed on 
            2012/07/08
            15:18 UTC
        
        
        Read the original article
        Hit count: 399
        
linux

You may have seen instructions that tell you to “uncomment” or “comment out” lines in a configuration or source code file. This is a simple process, but may not be self-explanatory to people that don’t understand the file’s structure.
The interpreter ignores lines marked as comments, which are only to aid humans in understanding the file. Because of this, comments can be used to disable or enable configuration options in configuration files.
| How to Use an Xbox 360 Controller On Your Windows PC | Download the Official How-To Geek Trivia App for Windows 8 | How to Banish Duplicate Photos with VisiPic | 

© How to geek or respective owner





