Skip to content

Instantly share code, notes, and snippets.

@rjbgoudie
Created September 3, 2012 17:07
Show Gist options
  • Save rjbgoudie/3610900 to your computer and use it in GitHub Desktop.
Save rjbgoudie/3610900 to your computer and use it in GitHub Desktop.
Convert .odc to .txt in all git revisions
find . -name "*.odc" -exec sh -c '/Users/rjbg/Documents/Work/src/odcread/odcread {} > {}.txt; rm {}' \;
git filter-branch --tree-filter /path/to/command.sh -- --all
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment