Skip to content

Instantly share code, notes, and snippets.

@kwstannard
Created September 23, 2014 21:05
Show Gist options
  • Save kwstannard/97fc2d017b2d78cebb6a to your computer and use it in GitHub Desktop.
Save kwstannard/97fc2d017b2d78cebb6a to your computer and use it in GitHub Desktop.
pro bash rename
find ./ -name rollout_ui | sed 's/\(.*\)/\1\/ \1/' | sed 's/rollout_ui$/lk_rollout_ui/' | xargs -n2 git mv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment