Uncomment
From WikiDLXTV
Revision as of 12:51, 26 March 2010 by Skreeves (Talk | contribs) (Created page with 'To ''uncomment'' a line in a file means to remove the '#' character from the start of that line. Lines beginning with '#' are ''comments'', describing something or showing an ex…')
To uncomment a line in a file means to remove the '#' character from the start of that line.
Lines beginning with '#' are comments, describing something or showing an example of a command. A command on a line will not be executed if the line starts with '#'.