Skip to content

Instantly share code, notes, and snippets.

@gadelkareem
Last active April 6, 2021 15:43
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 gadelkareem/4d9633d147a000a26f71126fa05910c1 to your computer and use it in GitHub Desktop.
Save gadelkareem/4d9633d147a000a26f71126fa05910c1 to your computer and use it in GitHub Desktop.
#Gently:
ps -ef | grep terraform | grep -v grep | awk '{print $2}' | xargs -n 1 kill
#Forcefully:
ps -ef | grep terraform | grep -v grep | awk '{print $2}' | xargs -n 1 kill -9
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment