Skip to content

raulcorreia7/rwc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

Table of Contents

Introduction

A wc clone in go to learn the language. This is a pretty barebones clone

The source of this challenge is: https://codingchallenges.fyi/challenges/challenge-wc

The reference documentation used is: https://linux.die.net/man/1/wc

Getting Started

Run go build to generate the binary

Usage

Run ./rwc <command> <filename> to count:

  • -c : bytes
  • -l : lines
  • -w : words

Features

  • a minimal feature set of wc
  • works with pipes (cat test.txt | rwc)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages