count_chars
Counts the characters in a specified text file, excluding spaces and line breaks. Supports Windows or WSL/Linux file paths for accurate character analysis.
Instructions
ファイルの文字数を計測します。絶対パスを指定してください(Windows形式 C:\Users...、またはWSL/Linux形式 /c/Users/... のどちらも可)。スペースや改行を除いた実質的な文字数をカウントします。
Input Schema
Name | Required | Description | Default |
---|---|---|---|
filePath | Yes | 文字数をカウントするファイルのパス(Windows形式かWSL/Linux形式の絶対パスを推奨) |