Created
July 18, 2016 16:04
-
-
Save jonascheng/0c18b97378b3e375542538b77c1f2ec9 to your computer and use it in GitHub Desktop.
Close a terminal without killing the command running in it
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ sleep 1000 | |
^Z | |
[1]+ Stopped sleep 1000 | |
$ bg | |
$ disown | |
$ exit |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment