From 753047a3353949d673a55f52ef27d4d136227c6d Mon Sep 17 00:00:00 2001 From: Steven Baltakatei Sandoval Date: Tue, 20 Feb 2024 22:08:05 +0000 Subject: [PATCH] doc(unitproc/bkt-decimate):Update depends comment --- unitproc/bkt-decimate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unitproc/bkt-decimate b/unitproc/bkt-decimate index 47db83f..2ad091f 100644 --- a/unitproc/bkt-decimate +++ b/unitproc/bkt-decimate @@ -2,7 +2,7 @@ decimate() { # Desc: Randomly remove 10% of stdin lines - # Depends: GNU Coreutils 8.32 (shuf) + # Depends: Bash 5.1.16; GNU Coreutils 8.32 (shuf, nl, head, sort, cut) # Version: 0.0.1 # Read lines -- 2.30.2