Created
October 12, 2017 07:49
-
-
Save lexbeelen/b1812a3ef854d573bb1c777f4eff61a8 to your computer and use it in GitHub Desktop.
Remove Empty Files
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
find pub/media/ -type f -size 0 -exec rm -f '{}' + |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment