hash

Last edit

Summary: Initial content

Added:

> {{{

Added:

> }}}


Prefixing comments

The hash symbol can be used as a prefix for inserting comments within an awk script:

 # This whole line is a comment and is ignored by the awk interpreter
 print 'Hello!' # Comments after a hash sign are ignored