wordcount

Function

Description

Displays all the words of the specified length with the number of times it occurs.

Usage

Command line arguments


Input file format

wordcount reads any sequence USA.

Output file format

The file simply consists of two columns, separated by spaces or TAB characters.

The first column consists of all the possible words of size wordsize. The second column consists of the count of those words in the input sequence.

Data files

None.

Notes

None.

References

None.

Warnings

None.

Diagnostic Error Messages

None.

Exit status

0 if successful.

Known bugs

None.

Author(s)

History

Target users

Comments