Skip to content

Instantly share code, notes, and snippets.

@lexbeelen
Created October 12, 2017 07:49
Show Gist options
  • Save lexbeelen/b1812a3ef854d573bb1c777f4eff61a8 to your computer and use it in GitHub Desktop.
Save lexbeelen/b1812a3ef854d573bb1c777f4eff61a8 to your computer and use it in GitHub Desktop.
Remove Empty Files
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