1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 19:18:12 +00:00
serenity/Base/usr/share
Tim Ledbetter a95c2ed978 find: Add the -maxdepth and -mindepth options
The `-maxdepth` option limits the number of levels `find` will descend
into the file system for each given starting point.

The `-mindepth` option causes commands not to be evaluated until the
specified depth is reached.
2023-09-17 15:20:49 -06:00
..
man find: Add the -maxdepth and -mindepth options 2023-09-17 15:20:49 -06:00
shell/completion Base: Add some default completions to shellrc 2022-04-18 19:53:10 +04:30