https://github.com/mattheusv/stat
Count file extension type in directory
https://github.com/mattheusv/stat
Last synced: 4 months ago
JSON representation
Count file extension type in directory
- Host: GitHub
- URL: https://github.com/mattheusv/stat
- Owner: mattheusv
- License: mit
- Created: 2020-06-30T02:20:41.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-30T02:24:39.000Z (about 5 years ago)
- Last Synced: 2025-03-06T03:14:58.540Z (4 months ago)
- Language: Rust
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# stat
Count file extension type in directory. For study purposes.## Usage
`$ cargo run some_path`
## Example
`$ cargo run testdata/`
```
Extension | Count
sh | 1
py | 3
go | 4
other | 2
c | 2
```