Skip to content

dmbfm/zwc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

zwc

A clone of the wc utility written in zig. That's it. Just a line/word/character counter written in zig for learning purposes.

Should work as a drop-in replacement, but I haven't tested it extensively yet.

Building and Installation

Assuming you have zig installed and that ~/.local/bin is in your path:

$ zig build -Drelease-fast -p ~/.local/bin
$ echo "hello" | zwc
    1    1    6

About

A WC clone written in zig

Topics

Resources

Stars

Watchers

Forks

Languages