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)
|
- [Passwords](#passwords)
|
||||||
- [Wiping Data](#wiping-data)
|
- [Wiping Data](#wiping-data)
|
||||||
- [Search](#search)
|
- [Search](#search)
|
||||||
|
- [Find](#find)
|
||||||
- [Locate](#locate)
|
- [Locate](#locate)
|
||||||
- [System](#system)
|
- [System](#system)
|
||||||
- [AppleScript](#applescript)
|
- [AppleScript](#applescript)
|
||||||
@ -238,6 +239,7 @@ Supported formats are plain text, rich text (rtf) and Microsoft Word (doc/docx).
|
|||||||
textutil -convert html file.ext
|
textutil -convert html file.ext
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
## Finder
|
## Finder
|
||||||
|
|
||||||
#### Hide folder in Finder
|
#### Hide folder in Finder
|
||||||
@ -509,6 +511,13 @@ srm -rf /path/to/complete/destruction
|
|||||||
|
|
||||||
## Search
|
## Search
|
||||||
|
|
||||||
|
### Find
|
||||||
|
|
||||||
|
#### Recursively Delete .DS_Store Files
|
||||||
|
```bash
|
||||||
|
find . -type f -name '*.DS_Store' -ls -delete
|
||||||
|
```
|
||||||
|
|
||||||
### Locate
|
### Locate
|
||||||
|
|
||||||
#### Build Locate Database
|
#### Build Locate Database
|
||||||
|
Loading…
Reference in New Issue
Block a user