wharris / longlines

Report lines in a text file that are too long.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

longlines lists lines in a text file that are too long.

To install from source:-

    ./configure                     # generate makefiles
    make                            # build
    sudo make install               # install

To install from a git checkout instead of a source tarball, you'll need to run
autotools to generate the configure script, etc:-

    autoreconf --install            # install build system

About

Report lines in a text file that are too long.

License:GNU General Public License v2.0


Languages

Language:C++ 100.0%