Skip to content

Instantly share code, notes, and snippets.

@stardines
Created January 31, 2018 11:23
Show Gist options
  • Save stardines/fb6e786b5d1253034cd34d7a2f7c7d53 to your computer and use it in GitHub Desktop.
Save stardines/fb6e786b5d1253034cd34d7a2f7c7d53 to your computer and use it in GitHub Desktop.
useful CMD commands

//To remove .orig files generated by repository $find . -iname '*.orig' -exec rm '{}' ';'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment