Skip to content

Instantly share code, notes, and snippets.

@steffen-wirth
Last active February 2, 2024 13:10
Show Gist options
  • Save steffen-wirth/33b5cdd4cae229a42645255b6c7f9b83 to your computer and use it in GitHub Desktop.
Save steffen-wirth/33b5cdd4cae229a42645255b6c7f9b83 to your computer and use it in GitHub Desktop.
## find files over 500kb and save to file
find ./public/media/ -type f -size +500k >> images-media-05mb.txt;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment