Skip to content

Instantly share code, notes, and snippets.

@hanbyul-here
Created January 21, 2020 16:25
Show Gist options
  • Save hanbyul-here/000328a68f5c3fe5bc3f718e907a315b to your computer and use it in GitHub Desktop.
Save hanbyul-here/000328a68f5c3fe5bc3f718e907a315b to your computer and use it in GitHub Desktop.
  • deleting all Feature from vue component, but keeps .vue extension.
suffix="Feature.vue"; for file in `find . -name *Feature.vue` ; do git mv "$file" "${file%$suffix}.vue"; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment