From c1bdd80dd4d83e4367ee9f302e2a806c658f59d6 Mon Sep 17 00:00:00 2001 From: Nils Philippsen Date: Fri, 14 Jul 2017 17:20:03 +0200 Subject: [PATCH] add findutils and which components --- systemtools.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) 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