This is an educational project, aimed at understanding how to interact with POSIX and Linux-specific APIs to retrieve file information.
- Filter by wildcards, size ranges, inodes and link counts
- Print search results to stdout or pass to an executable
$ mkdir build
$ cd build
$ cmake ..
$ make
Requires a C++14 compiler.
Please refer to find --help
for details.
Tested by hand on Linux 4.12.
Ilya Bizyaev, 2019 ([email protected])
Licensed under MIT terms.