Skip to content

new-AF/my-wc.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 

Repository files navigation

my wc.js - JavaScript CLI version of wc

JavaScript CLI / Node solution to John Crickett's wc CLI Coding Challenge.

Screenshot

screenshot

Worked on

Usage

> "C:\Program Files\nodejs\node.exe" "my wc.js" NON_MANDATORY_OPTIONS FILE

NON_MANDATORY_OPTIONS, one or more of following:

        -c      to output number of bytes in FILE
        -l      to output number of lines in FILE
        -w      to output number of words in FILE
        -m      to outputs number of \u0000-\uFFFF
                unicode characters in FILE
        -debug  to outuput developmmnt debug information
        -help   to print this help information

FILE, can be either:

        a local file name or,
        a full file path

About

my javascript version of the unix "wc" tool

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published