Skip to content

Instantly share code, notes, and snippets.

@clarkli86
Created June 16, 2015 05:30
Show Gist options
  • Select an option

  • Save clarkli86/d980eb68452a92d3a516 to your computer and use it in GitHub Desktop.

Select an option

Save clarkli86/d980eb68452a92d3a516 to your computer and use it in GitHub Desktop.
chmod all *.c files in directory
find . -name \*.c -print0 | xargs -0 chmod -x
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment