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