Skip to content

Instantly share code, notes, and snippets.

@VincentCordobes
Last active August 27, 2022 10:58
Show Gist options
  • Save VincentCordobes/debb56c372bd31996cdf7b5a2e2a0af0 to your computer and use it in GitHub Desktop.
Save VincentCordobes/debb56c372bd31996cdf7b5a2e2a0af0 to your computer and use it in GitHub Desktop.
Remove all frames related to a watson project named 'test'
watson log | awk '/test/ {print $1}' | xargs -I{} watson remove -f {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment