Last active
September 28, 2016 11:36
-
-
Save gamlerhart/2affd298e3f7cdcdd02d3955ad73bb95 to your computer and use it in GitHub Desktop.
turbo-filtering-etc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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