Skip to content

Instantly share code, notes, and snippets.

@y2k-shubham
Created January 25, 2020 19:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save y2k-shubham/be179f53df79bdd96a9967f9b946def3 to your computer and use it in GitHub Desktop.
Save y2k-shubham/be179f53df79bdd96a9967f9b946def3 to your computer and use it in GitHub Desktop.
Kill all running YARN applications
`yarn application --list | awk '{print $1}' | grep application | xargs yarn application -kill`
@y2k-shubham
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment