Update README with command explanation
Added explanation for the 'splain rm -rf' command.
This commit is contained in:
@@ -92,3 +92,8 @@ The structured analysis is turned into readable text or JSON.
|
|||||||
### Basic example
|
### Basic example
|
||||||
```bash
|
```bash
|
||||||
splain rm -rf ~/Downloads
|
splain rm -rf ~/Downloads
|
||||||
|
```
|
||||||
|
would result in
|
||||||
|
```bash
|
||||||
|
This command will recursively delete any files inside the directory ~/Downloads ignoring write protection.
|
||||||
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user