Skip to content

riederm/myWc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

myWc

An easy implementation fo a wordcount (wc)

  • -c counts the characters
  • -w counts the words

Compile & run

compile using clang mywc.c -o mywc or gcc mywc.c -o mywc

Run mywc -c, then type some characters, send EOF to the console using Ctrl+d or

cat lorem_ipsum.txt | ./mywc -c.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages