
An interupt is used to prematurely stop the execution of a program or  command.
If you start a command and it is taking too long or not doing what you expected
it to do, an interrupt will often stop it.  The interrupt key is  CONTROL-C  on
a number of systems.

