Skip to content

flaflasun/wordc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wordc

Print the word count tool

Description

wordc is a command line tool. wordc outputs the word occurrences in the string.

Demo

wordc-demo

Installation

To install, use go get:

$ go get github.com/flaflasun/wordc

Command Line Options

--reverse, -r

switch to ascending order

--ignorecase, -i

the case of normal letters is ignored

--ignorechar, -c Default: ",.:;()!?"

the characters are ignored

--delimiter, -d

additional delimiter

--help, -h

show help

--version, -v

print the version

Author

  • flaflasun

About

Print the word count tool

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages