From 457f3825d17dae6140e433508b3cb38c7599cc91 Mon Sep 17 00:00:00 2001 From: Marcel Bischoff Date: Thu, 15 Oct 2015 01:46:18 +0200 Subject: [PATCH] Add Find category and entry --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index f8f9d20..68b573e 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,7 @@ If you want to contribute, you are highly encouraged to do so. Please read the [ - [Passwords](#passwords) - [Wiping Data](#wiping-data) - [Search](#search) + - [Find](#find) - [Locate](#locate) - [System](#system) - [AppleScript](#applescript) @@ -238,6 +239,7 @@ Supported formats are plain text, rich text (rtf) and Microsoft Word (doc/docx). textutil -convert html file.ext ``` + ## Finder #### Hide folder in Finder @@ -509,6 +511,13 @@ srm -rf /path/to/complete/destruction ## Search +### Find + +#### Recursively Delete .DS_Store Files +```bash +find . -type f -name '*.DS_Store' -ls -delete +``` + ### Locate #### Build Locate Database