Skip to content

Instantly share code, notes, and snippets.

@oak-tree
Created February 6, 2017 14:05
Show Gist options
  • Save oak-tree/0fd3edcf62f3da6f20e1efa7f414ba56 to your computer and use it in GitHub Desktop.
Save oak-tree/0fd3edcf62f3da6f20e1efa7f414ba56 to your computer and use it in GitHub Desktop.
for i in \"*\";do echo "$i"; mv "$i" "$(echo "$i" | tr -d \")";done;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment