Difference between revisions of "Uncomment"

From WikiDLXTV
Jump to: navigation, search
(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…')
 
(No difference)

Latest revision as of 13:51, 26 March 2010

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 '#'.