X-Git-Url: https://zdv2.bktei.com/gitweb/BK-2020-03.git/blobdiff_plain/753047a3353949d673a55f52ef27d4d136227c6d..82a06ee4dec2efd7af836fe7ac0a397e5169d0ee:/unitproc/bkt-decimate 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 | \