Skip to content

jungal01/PyWC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

PyWC

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.

About

bash wc command implemented in python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages