Home » Questions » Computers [ Ask a new question ]

Delete files recursively matching a name on the command line (OS X)

Delete files recursively matching a name on the command line (OS X)

Just recently I tried out a backup utility, and wanted to back up the local copies I have of some websites on my MacBook (OS X)

Asked by: Guest | Views: 321
Total answers/comments: 1
Guest [Entry]

"% find UPMOST_RELEVANT_PATH -name "".shadowFileList"" -delete

obviously, do the same for any other filename you want to throw away..."