Install
openclaw skills install word-countCount words, lines, and characters in a file. Outputs a single summary line. Use when the user wants to know how long a file is or count words in a document.
openclaw skills install word-countCount words, lines, and characters in any text file with a single command. 텍스트 파일의 단어, 줄, 문자 수를 한 번의 명령으로 셉니다.
wc <FILE_PATH>
Arguments / 인수:
| # | Name | Description | 설명 |
|---|---|---|---|
| 1 | FILE_PATH | Path to the file to count | 셀 파일의 경로 |
wc /home/user/document.txt
Output / 출력:
42 350 2100 /home/user/document.txt
Format / 형식: LINES WORDS CHARACTERS FILENAME
(줄 수 단어 수 문자 수 파일명)
wc (exit code non-zero) — wc 오류 메시지 (종료 코드 0이 아님)