Skip to content

Instantly share code, notes, and snippets.

@victorlin
Created January 9, 2022 07:06
Show Gist options
  • Save victorlin/aded6bb75b00db029e31f2285ea60d9d to your computer and use it in GitHub Desktop.
Save victorlin/aded6bb75b00db029e31f2285ea60d9d to your computer and use it in GitHub Desktop.
for ext in 360 MP4 JPG THM LRV
do
mkdir $ext
mv *.$ext $ext
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment