Skip to content

Instantly share code, notes, and snippets.

@Maxdamantus
Created September 17, 2015 19:59
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 Maxdamantus/c1fbabf58d76ad68f554 to your computer and use it in GitHub Desktop.
Save Maxdamantus/c1fbabf58d76ad68f554 to your computer and use it in GitHub Desktop.
(cd DCIM; (
ls | sed '/^[0-9]\{8\}_[0-9]\{3\}\.jpg$/!d; s/.._.*$//; s/^/mkdir -p ..\/cam\/&/' | sort | uniq
ls | sed '/^[0-9]\{8\}_[0-9]\{3\}\.jpg$/!d; s/^\(.*\).._.*$/mv -n & ..\/cam\/\1\//') | sh)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment