#!/bin/bash # remove .DS_Store files find . -name *.DS_Store -type f -exec rm {} \;