Skip to content

Instantly share code, notes, and snippets.

@mafintosh
Created April 5, 2017 09:17
Show Gist options
  • Save mafintosh/a34901a6fb835b6cb0e000df7b1623a7 to your computer and use it in GitHub Desktop.
Save mafintosh/a34901a6fb835b6cb0e000df7b1623a7 to your computer and use it in GitHub Desktop.
cd articles
for dir in $(ls); do
mkdir -p "${dir:0:1}/${dir:1:1}/${dir:2:1}/${dir:3:1}"
mv $dir "${dir:0:1}/${dir:1:1}/${dir:2:1}/${dir:3:1}/${dir:4:1}"
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment