|
|
|
|
|
by notpushkin
547 days ago
|
|
It sends the End Of File character. In most terminal applications, this ends an interactive session. E.g. if you're in a Python REPL and are done with it, you can press Ctrl-D and it will close and return to Bash. Press Ctrl-D once more and Bash will exit as well (and in most cases the terminal emulator will then close, too). So, just a conventional shortcut to close things. |
|