diff --git a/README.md b/README.md index ce14f841..25ba8aa3 100644 --- a/README.md +++ b/README.md @@ -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