FREQ(1) — Silicon Graphics
NAME
freq − report on character frequencies in a file
SYNOPSIS
freq [ file ... ]
DESCRIPTION
Freq counts occurrences of characters in the list of files specified on the command line. If no files are specified, the standard input is read.
EXAMPLE
freq filea
will list a count of each character that appears in "filea".
Version 2.1 — January 02, 1985