Add Find category and entry
This commit is contained in:
parent
9a7f810b54
commit
457f3825d1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user