NAME
freqtable - Print frequency table of lines/words/characters/bytes/numbers
VERSION
This document describes version 0.001 of freqtable (from Perl distribution App-freqtable), released on 2018-07-07.
SYNOPSIS
freqtable [OPTIONS] < INPUT
DESCRIPTION
EXIT CODES
0 on success.
255 on I/O error.
99 on command-line options error.
OPTIONS
--bytes, -c
--chars, -m
--words, -w
--lines, -l
--number, -n
--integer, -i
--ignore-case, -f
FAQ
HOMEPAGE
Please visit the project's homepage at https://metacpan.org/release/App-freqtable.
SOURCE
Source repository is at https://github.com/perlancar/perl-App-freqtable.
BUGS
Please report any bugs or feature requests on the bugtracker website https://rt.cpan.org/Public/Dist/Display.html?Name=App-freqtable
When submitting a bug or request, please include a test-file or a patch to an existing test-file that illustrates the bug or desired feature.
SEE ALSO
wc
AUTHOR
perlancar <perlancar@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2018 by perlancar@cpan.org.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.