Created
April 12, 2016 06:08
-
-
Save phase/df78bd45134d23bbbec79aff7e57b214 to your computer and use it in GitHub Desktop.
Kill TTYs
This file contains hidden or 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
| kill $(ps -u phase | grep -Po '^\s*\d+(?= tty)') -9 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment