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]
- Host: GitHub
- URL: https://github.com/mrtrkmn/wcount
- Owner: mrtrkmn
- Created: 2022-03-30T16:57:17.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-08-11T20:24:54.000Z (almost 4 years ago)
- Last Synced: 2025-01-25T16:26:05.559Z (over 1 year ago)
- Topics: bash, golang, redhat
- Language: Go
- Homepage:
- Size: 1.08 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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)
```
