From: Steven Baltakatei Sandoval Date: Tue, 20 Feb 2024 22:30:54 +0000 (+0000) Subject: chore(unitproc/bkt-decimate):Minor comment X-Git-Url: https://zdv2.bktei.com/gitweb/BK-2020-03.git/commitdiff_plain/f87764cce299bec53f364701da190a9e400e64c8 chore(unitproc/bkt-decimate):Minor comment --- diff --git a/unitproc/bkt-decimate b/unitproc/bkt-decimate index 2ad091f..855ab0c 100644 --- a/unitproc/bkt-decimate +++ b/unitproc/bkt-decimate @@ -12,6 +12,7 @@ decimate() { lc="${#lines[@]}"; lk="$((lc * 900 / 1000))"; + # Output printf "%s\n" "${lines[@]}" | \ nl -w1 -s' ' | \ shuf | \