note=This example illustrates the use of the 'skip lines' command.
note=
note=The purpose of the program is to skip over a "header section" and then copy the rest of the input file. For the purposes of the example a header section is terminated by a line beginning with "==".
note=
note=See also the skiplines2 project which does the same thing using the read command instead of the skip lines command.