Last active
September 3, 2018 03:07
-
-
Save shaqman/26740e3b7e0aa64c0fe1c8117dd24e87 to your computer and use it in GitHub Desktop.
Various snippets
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
| ps aux | awk '{print $6/1024 " MB\t\t" $11}' | sort -n |
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 all sessions except current active one | |
| tmux kill-session -a |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment