Skip to content

Instantly share code, notes, and snippets.

@supertylerc
Created October 30, 2014 16:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save supertylerc/0402ca34b7a7804a4043 to your computer and use it in GitHub Desktop.
Save supertylerc/0402ca34b7a7804a4043 to your computer and use it in GitHub Desktop.
Kill Junos CLI Sessions
#!/bin/sh
kill -9 $(ps aux | grep [c]li | awk '{print $2}')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment