Skip to content

Instantly share code, notes, and snippets.

@gamlerhart
Last active September 28, 2016 11:36
Show Gist options
  • Save gamlerhart/2affd298e3f7cdcdd02d3955ad73bb95 to your computer and use it in GitHub Desktop.
Save gamlerhart/2affd298e3f7cdcdd02d3955ad73bb95 to your computer and use it in GitHub Desktop.
turbo-filtering-etc
#Stop & remove al containers running a firefox process:
turbo ps --no-trunc | grep firefox | awk '{ print $3 }' | uniq | xargs -n1 -I# turbo rm -f #
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment