wc

command module
v0.0.0-...-2a45dae Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 14, 2024 License: MIT Imports: 7 Imported by: 0

README

About

Implementation of Unix wc tool written in Go

Build

Do make build to create the executable. It will be saved under bin directory.

Run

Get the number of bytes ./bin/wc -c <path_to_file>

Get the number of line breaks ./bin/wc -l <path_to_file>

Get the number of characters ./bin/wc -m <path_to_file>

Get the number of words ./bin/wc -w <path_to_file>

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL