From 56604f43f61f3ad92417f23e8f5d470b03180380 Mon Sep 17 00:00:00 2001 From: Joe <30220172+Joe-Lalama@users.noreply.github.com> Date: Fri, 1 Mar 2019 16:48:38 -0500 Subject: [PATCH] exit (#24641) * exit added an explanation of the exit command * add title fix format * fixed format * fixed title * Fix filename to index.md --- guide/english/bash/bash-exit/index.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 guide/english/bash/bash-exit/index.md diff --git a/guide/english/bash/bash-exit/index.md b/guide/english/bash/bash-exit/index.md new file mode 100644 index 0000000000..d05b22760d --- /dev/null +++ b/guide/english/bash/bash-exit/index.md @@ -0,0 +1,7 @@ +--- +title: Bash exit +--- + +## Bash Command: exit + +`exit` - typing exit and pressing enter will close the current terminal window that you are working in.