An open API service indexing awesome lists of open source software.

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

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
```