Skip to content

olefirenque/freq-utility

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

freq - A Word Frequency Counter

freq is a command-line tool that counts the frequency of words in a file and writes the results to an output file.

Usage

To use freq, simply run the executable with the name of the input file and output file as arguments:

./freq [input_file] [output_file]

Building

To build freq, you must have a C++ compiler and CMake installed on your system. You can then build freq using the following command:

mkdir build
cd build
cmake ..
make

About

A Word Frequency Counter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published