Skip to content

Instantly share code, notes, and snippets.

@symm
Created December 2, 2023 14:36
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 symm/b9bf6d7db42240d47cac5812c1c8589b to your computer and use it in GitHub Desktop.
Save symm/b9bf6d7db42240d47cac5812c1c8589b to your computer and use it in GitHub Desktop.
for x in ./*.chd; do
mkdir "${x%.*}"
mv "$x" "${x%.*}"
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment