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
.
-
Notifications
You must be signed in to change notification settings - Fork 0
jungal01/PyWC
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
bash wc command implemented in python
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published