diff --git a/systemtools.yaml b/systemtools.yaml index 4d0e067..0a7405b 100644 --- a/systemtools.yaml +++ b/systemtools.yaml @@ -33,10 +33,12 @@ data: rpms: - calc - dateutils + - findutils - nano - less - iproute - iputils + - which filter: rpms: - calc-devel @@ -56,9 +58,15 @@ data: dateutils: rationale: command-line date and time math. ref: f26 + findutils: + rationale: command-line search for files. + ref: f26 gcal: rationale: better command-line calendar utility. ref: f26 nano: rationale: like Canada for editor wars. ref: f26 + which: + rationale: show full paths of commands. + ref: f26