Skip to content

A clone of Linux's wc utility for counting lines, words, characters or bytes of a file.

License

Notifications You must be signed in to change notification settings

harshwardhan1024/wc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Word Counter

CI

A clone of Linux's wc utility for word processing. It calculates a file's word, line, character or byte count.

Usage

  1. Download the binary from CI artifacts.
  2. Add its path in Environment Variables.
  3. Then you can execute the following command.

wc <file-path> -l

This will output the number of lines in the specified file.

Flags

Flag Description
l Count lines
w Count words
m Count characters
c Count bytes

You can also pass multiple flags. If no flag is passed then output is similar to wc <file-path> -l -w -m.

About

A clone of Linux's wc utility for counting lines, words, characters or bytes of a file.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages