<
>
netstat.html
· remove-all-ds_store-files-recursively.html ·
new-tricks-in-vim.html
Remove all DS_Store files recursively
September 29, 2010
find . -type f -name ".DS_Store" -exec rm {} \;
Follow me on X
Built with Scroll v178.2.3