File Statistics Skill
This skill provides basic statistics for text files.
Available Scripts
stats.py
Counts lines, words, and characters in a text file. Accepts a file path as argument and prints the counts.
Example usage:
code
python stats.py myfile.txt
Output:
code
Lines: 42 Words: 156 Characters: 892