mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-04-24 01:00:51 -04:00
* exit added an explanation of the exit command * add title fix format * fixed format * fixed title * Fix filename to index.md
8 lines
153 B
Markdown
8 lines
153 B
Markdown
---
|
|
title: Bash exit
|
|
---
|
|
|
|
## Bash Command: exit
|
|
|
|
`exit` - typing exit and pressing enter will close the current terminal window that you are working in.
|