rbh-find-iosea is an overload of rbh-find(1).
Install the RobinHood library and the rbh-find library first, then download the sources:
git clone https://github.com/cea-hpc/rbh-find-iosea.git
cd rbh-find-iosea
Build and install with meson and ninja:
meson builddir
ninja -C builddir
sudo ninja -C builddir install
rbh-find-iosea is a close twin of rbh-find(1). It focuses more on the use of the MOtr backend of the RobinHood library. As such, it will implement some MOtr specific features, but will still behave exactly like rbh-find.
rbh-ifind works so much like rbh-find that documenting how it works would look a lot like `rbh-find's documentation`_. Instead, we will document the differences of rbh-ifind compared to rbh-find.
rbh-ifind defines a -tier
predicate that filters the entries based on the
tier they are on. It should be given a numerical value corresponding to the
targeted tier index.
WORK IN PROGRESS