Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 528 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 528 Bytes

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