freq(1) plan9 man page | unix.com

Man Page: freq

Operating Environment: plan9

Section: 1

FREQ(1) 						      General Commands Manual							   FREQ(1)

NAME
freq - print histogram of character frequencies
SYNOPSIS
freq [ -dxocr ] [ file ... ]
DESCRIPTION
Freq reads the given files (default standard input) and prints histograms of the character frequencies. By default, freq counts each byte as a character; under the -r option it instead counts UTF sequences, that is, runes. Each non-zero entry of the table is printed preceded by the byte value, in decimal, octal, hex, and Unicode character (if printable). If any options are given, the -d, -x, -o, -c flags specify a subset of value formats: decimal, hex, octal, and character, respectively.
SOURCE
/sys/src/cmd/freq.c
SEE ALSO
utf(6), wc(1) FREQ(1)
Related Man Pages
plan9-ascii(1) - debian
uhd_rx_cfile(1) - debian
unihist(1) - debian
cpupower-frequency-set(1) - centos
ascii(1) - plan9
Similar Topics in the Unix Linux Community
Determining Word Frequency of Specific Terms
Problem loading cpufreq module
Calculating frequency of values within bins
Filling positions based on frequency
Count number of unique values in each column of array