An open API service indexing awesome lists of open source software.

https://github.com/mrtrkmn/wcount

Simple word count written in Go [RedHat challenge]
https://github.com/mrtrkmn/wcount

bash golang redhat

Last synced: about 1 month ago
JSON representation

Simple word count written in Go [RedHat challenge]

Awesome Lists containing this project

README

          

## wordcount

This is a simple word count program written in Go. [BIN](./bin) contains compiled binary file.

> Initial challenge for the position Software Engineer - OpenShift Site Reliability Engineering at RedHat.

### Usage

```bash
$ wcount --help
Usage of ./wcount:
-file string
usage -file=./readme (default "./readme")
-last int
usage -last=10 (default 10)
```

![wcount](https://user-images.githubusercontent.com/13614433/160895255-a5513fa3-96af-4ecd-8ebf-c6a284ad6240.gif)