/mywc

CLI tool (wc)

Primary LanguageC#

mywc

a command line tool for counting bytes, words and lines in a file.

Usage

  mywc <file path> <option>

Options

options are:

  • counting bytes. --byte
  • counting words. --word
  • counting lines. --line