Created
July 9, 2017 17:08
-
-
Save dragonken/7520bf0d58a4a4850e4965c786813634 to your computer and use it in GitHub Desktop.
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
#!/bin/bash | |
find . -name "_____padding_file_*" -type f -exec mv {} padding \; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment