# wc.c **Repository Path**: EEPPEE_admin/wc.c ## Basic Information - **Project Name**: wc.c - **Description**: wc with color print and better summary info - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-02-18 - **Last Updated**: 2026-02-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: utilprograms ## README # pwc(pretty word count) - this is not gnu wc compatible program(not the args or the ui) - I just dev for my own usage, for fun, and pretty reading - pwc should has bug expectly, and I maybe not going to fix them, but I will try to fix them if I have time - [WARNING]: code generate by llm, should be notice! # well the most user case is just ```bash cat somefile | wc -l ``` - so I don't care any edge case to force compatibility with gnu wc