Fulltext results:
- rmdir for OSX
- Store'' file: <code bash> rmdir() { for d in "$@" do f="${d%/}/.DS_Store" if [ -f "${f}" ] then e... rm "${f}" fi /bin/rmdir "${d}" || ls -al "${d}" done } </code> With this function you can remove th
You can find the results of your search below.