This program is designed to mimic the wc command in a bash terminal on linux. To run this program, ensure that python 3 is
installed on your machine. There are four types of commands that this program accepts. -l, counts the
number of lines, and -w, counts the words. Both -c and -m count the characters of each file. This program will also
function without these commands, displaying the count of lines, words, and characters. The commands can also added together and run in tandem. To properly run this command, enter into the
terminal
pywc -c filename or cat filename | pywc -l.
jungal01/PyWC
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|