Skip to content

A command line tool that counts the words and lines exist in a file.

Notifications You must be signed in to change notification settings

PratikforCoding/word-counter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

word-counter

A command line tool that counts the words, lines, bytes exist in a file.

Instruction for MAC OS and LINUX users

Just fork the project and copy the wc file and paste it in the folder where the file resides.

Type cat | ./wc in the terminal to get the number for the words

  1. use flag -l --> count lines
  2. use flag -b --> count bytes

Instruction for MAC OS and LINUX users

Just fork the project and copy the wc.exe file and paste it in the folder where the file resides.

Type cat | wc.exe in the terminal to get the number for the words

  1. use flag -l --> count lines
  2. use flag -b --> count bytes

About

A command line tool that counts the words and lines exist in a file.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages