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.