1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 15:47:34 +00:00

Base: Document find(1)

This commit is contained in:
Sergey Bugaev 2020-06-04 22:52:08 +03:00 committed by Andreas Kling
parent f2f1975baa
commit 4643f51eaa
2 changed files with 73 additions and 0 deletions

View file

@ -45,3 +45,7 @@ $ xargs -a list-of-files-to-delete --verbose rm
$ xargs -a list-of-moves -L 2 mv
$ xargs -a stuff --null -s 1024
```
## See also
* [`find`(1)](find.md)