Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 319 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 319 Bytes

Linux wc

Static Badge

This is a linux command-line utility wc that provides various functionalities such as displaying file size, line count, word count, and character count for a given file.

Usage

./wc [-c|-l|-w|-m] <file_name>