Skip to content

Instantly share code, notes, and snippets.

@JamesSkemp
Created December 30, 2016 01:55
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 JamesSkemp/3c31116be122c5bbbe7155b159507479 to your computer and use it in GitHub Desktop.
Save JamesSkemp/3c31116be122c5bbbe7155b159507479 to your computer and use it in GitHub Desktop.

Move files into a subdirectory, Mac OS X.

for f in *.32x; do mv "$f" 32X; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment