Skip to content

mrred85/ds_clean

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

ds_clean

Recursive delete the ".DS_Store" files created by OS X from specified path

Usage: ds_clean [-v] [directory...]

Options "-h" (help) quick help "-v" (verbose) print the cleaned folder paths

COMPILE You can compile the source code with GCC compiler, from Terminal, using the following statement: gcc ds_clean.c -o ds_clean

After that copy the outputed file "ds_clean" to "/usr/local/bin/" folder using the statement below: Attention! To do that you need administrative rights sudo cp ds_clean /usr/local/bin

About

Recursive delete the ".DS_Store" files created by OS X from specified path

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages