Skip to content

Instantly share code, notes, and snippets.

@lukebayes
Created April 17, 2009 18:00
Show Gist options
  • Save lukebayes/97163 to your computer and use it in GitHub Desktop.
Save lukebayes/97163 to your computer and use it in GitHub Desktop.
Remove os x .DS_Store files from this folder forward
#!/bin/bash
find . -name .DS_Store | xargs rm $1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment