From c6656b254a6f6c66feba950ba2a7d87d9f0eb103 Mon Sep 17 00:00:00 2001 From: Lyn Perrine Date: Sun, 24 Mar 2019 21:23:46 -0700 Subject: [PATCH] Add how to stop something in terminal --- source/C/command_line.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/C/command_line.rst b/source/C/command_line.rst index 819b250b..1c0c3c7f 100644 --- a/source/C/command_line.rst +++ b/source/C/command_line.rst @@ -49,3 +49,5 @@ If you need to edit a text file from the command line the easiest editor include nano [file] where you replace [file] with the file you want to edit. + +If you want to stop something running in the terminal press :kbd:`Control +C`.