Skip to content

Instantly share code, notes, and snippets.

@nghiahsgs
Created December 2, 2020 09:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nghiahsgs/759447dfccdf14369be88dd3108c6520 to your computer and use it in GitHub Desktop.
Save nghiahsgs/759447dfccdf14369be88dd3108c6520 to your computer and use it in GitHub Desktop.
find ./ -maxdepth 1 -type f -name "*.jpg" -print0 | sort -z -R | head -z -n 100 | xargs -0 rm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment