Last active
August 2, 2016 14:58
-
-
Save nestoralonso/bf300d7e0d4b712f614efac531c209f9 to your computer and use it in GitHub Desktop.
bash random commands
This file contains hidden or 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
# make a folder selection using ls and pass it to echo to see command output before executing | |
ls -d muchos*dirs/ | xargs -I{} echo rm -rf {} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment