X-Git-Url: https://zdv2.bktei.com/gitweb/BK-2020-03.git/blobdiff_plain/753047a3353949d673a55f52ef27d4d136227c6d..1deac7e514800559fc8b8bdd7cf3db083d8d5f9e:/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 | \