Skip to content

Instantly share code, notes, and snippets.

@shaqman
Last active September 3, 2018 03:07
Show Gist options
  • Select an option

  • Save shaqman/26740e3b7e0aa64c0fe1c8117dd24e87 to your computer and use it in GitHub Desktop.

Select an option

Save shaqman/26740e3b7e0aa64c0fe1c8117dd24e87 to your computer and use it in GitHub Desktop.
Various snippets
ps aux | awk '{print $6/1024 " MB\t\t" $11}' | sort -n
# 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