Ctrl C
Alternatively referred to as Control C and C-c, Ctrl C is a shortcut key that will copy highlighted text while in a graphical user environment such as Microsoft Windows. While in a command line such as MS-DOS, Linux, and Unix, Ctrl+C is used to send a SIGINT signal, which cancels or terminates the currently running program. For example, if a script or program is frozen or stuck in an infinite loop pressing Ctrl+C will cancel that command and return you to the command line.
Also see: Copy, Shortcut key, SIGINT
