diff options
Diffstat (limited to 'misc/bkt/README')
-rw-r--r-- | misc/bkt/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/misc/bkt/README b/misc/bkt/README new file mode 100644 index 0000000000..d5ea2740b3 --- /dev/null +++ b/misc/bkt/README @@ -0,0 +1,7 @@ +bkt (count repeats in input) + +bkt reads input from files or standard input, splits it into records, +optionally transforms them according to various options, and counts +like records. After all input is read, a count and percentage is +given for the occurrence of each record. The name 'bkt' comes from the +concept of collecting like items in buckets. |