Skip to content

Instantly share code, notes, and snippets.

@echohack
Created July 11, 2018 18:01
Show Gist options
  • Save echohack/421cd6c092d23e6db10835aa880d0259 to your computer and use it in GitHub Desktop.
Save echohack/421cd6c092d23e6db10835aa880d0259 to your computer and use it in GitHub Desktop.
delete_all_slack_files.sh
# 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