"bwc" is a command-line utility inspired by the Unix-like "wc" command. It counts the number of lines, words, and characters in a given file or input stream.
To install and use "bwc", follow these steps:
- Download the latest release from the project's GitHub repository.
- Extract the downloaded archive to a directory of your choice.
- Navigate to the extracted directory using the command line.
The "bwc" command follows the syntax:
USAGE: bwc [options]
OPTIONS:
-f string Target File
-c Count characters only
-l Count lines only
-w Count words only
This project is licensed under the MIT License. See the LICENSE file for more details.
- This project is inspired by the Unix-like "wc" command.
- Thanks to the Go programming language and its standard libraries.