Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/annethsivakumar/linux-command-wc-in-c

This program mimics the built-in Unix/Linux command of wc.
https://github.com/annethsivakumar/linux-command-wc-in-c

Last synced: about 2 months ago
JSON representation

This program mimics the built-in Unix/Linux command of wc.

Awesome Lists containing this project

README

        

# Linux Command wc in C
This program mimics the built-in Unix/Linux command of wc.

This program reads from the standard input, and counts the number of lines, words, and characters up to the end of the file.