Skip to content

Latest commit

 

History

History
73 lines (49 loc) · 1.71 KB

README.rst

File metadata and controls

73 lines (49 loc) · 1.71 KB

rbh-find-iosea

rbh-find-iosea is an overload of rbh-find(1).

Installation

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

A work in progress

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.

Usage

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.

Extra features

-tier

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.

Examples

WORK IN PROGRESS