Update README.md
This commit is contained in:
parent
8703ff9f66
commit
070220da70
1 changed files with 6 additions and 0 deletions
|
|
@ -508,6 +508,12 @@ Then run:
|
|||
Here's a gallery of more useful examples. Do you have a useful example? PR
|
||||
welcome!
|
||||
|
||||
### Delete a list of files returned by a Unix command
|
||||
|
||||
```
|
||||
find . | grep conflict | bb -i '(doseq [f *in*] (.delete (io/file f)))'
|
||||
```
|
||||
|
||||
### Shuffle the lines of a file
|
||||
|
||||
``` shellsession
|
||||
|
|
|
|||
Loading…
Reference in a new issue