count-duplicate-lines

1.0.0 • Public • Published

count-unique-lines

This is a command-line utility that counts the number of duplicate lines in your streamed input.

Quite plainly, this is the command line equivalent of this Duplicates in a List Online Tool by Shailesh N. Humbad.

installation

npm i -g wvbe/count-duplicate-lines

usage

Pipe your lines into this sucker like:

cat lines.txt | count-duplicate-lines

options

-p or --porcelain will send a line- and tab-separated value table, instead of something more readable.

/count-duplicate-lines/

    Package Sidebar

    Install

    npm i count-duplicate-lines

    Weekly Downloads

    1

    Version

    1.0.0

    License

    ISC

    Unpacked Size

    2.28 kB

    Total Files

    3

    Last publish

    Collaborators

    • wybe.pizza