Here

The here command acts as a target for the skipto command. When the shell interpreter encounters a skipto command, it ignores all the following commands until it encounters a here command.

Syntax : here = "here"
Example: here

The skipto/here mechanism was created to allow groups of regression tests to be skipped during debugging without having to comment them out. For more information, see Section 3.15.7.18.