Rechercher une page de manuel
plan9-freq
Langue: en
Version: 335710 (ubuntu - 24/10/10)
Section: 1 (Commandes utilisateur)
NAME
freq - print histogram of character frequenciesSYNOPSIS
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
/src/cmd/freq.cSEE ALSO
utf(7), wc(1)Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre