{ "name": "wc", "section": 1, "title": "word, line, and byte or character count", "synopsis": [ "wc [OPTION]... [OPERAND]..." ], "description": "Bare OS implementation of word, line, and byte or character count. Full behavior is defined in packages/bare-os-coreutils/src/wc.js.", "options": [], "keywords": [ "wc", "bare-os", "coreutils" ], "examples": [ { "caption": "lines words bytes", "code": "wc README.md" }, { "caption": "stdin only", "code": "cat f | wc -l" } ] }