Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save surfaceflinger/ae269241d4c6d3b7fecae121cbd8645d to your computer and use it in GitHub Desktop.
Save surfaceflinger/ae269241d4c6d3b7fecae121cbd8645d to your computer and use it in GitHub Desktop.
mkdir minecraftscreenshots minecraftlogs
find . -type d -name 'minecraftlogs' -prune -o -type f -name '*.log.gz' -exec mv {} /home/nat/minecraftlogs/ \;
find . -type d -name 'minecraftscreenshots' -prune -o -type f -name '20[0-9][0-9]-[0-1][0-9]-[0-3][0-9]_[0-2][0-9].[0-5][0-9].[0-5][0-9].png' -exec mv {} /home/nat/minecraftscreenshots/ \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment