Created
July 11, 2018 18:01
-
-
Save echohack/421cd6c092d23e6db10835aa880d0259 to your computer and use it in GitHub Desktop.
delete_all_slack_files.sh
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
# Delete all the slack files | |
# using https://github.com/rockymadden/slack-cli | |
slack file list -c | grep '"id"' | cut -d\" -f4 | xargs -n1 slack file delete |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment