https://github.com/raypereda/count-files-by-extension
command to the files by extension for a given path
https://github.com/raypereda/count-files-by-extension
directory-analyzer
Last synced: 3 months ago
JSON representation
command to the files by extension for a given path
- Host: GitHub
- URL: https://github.com/raypereda/count-files-by-extension
- Owner: raypereda
- Created: 2019-01-23T21:30:08.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-28T15:54:37.000Z (over 6 years ago)
- Last Synced: 2025-01-14T15:17:41.597Z (5 months ago)
- Topics: directory-analyzer
- Language: Go
- Size: 2.18 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
```
$ extdir -h
extdir recurses a directory and reports file counts by extension.
Version 0.2
Usage: extdir PATH
PATH is the directory to start the recurse.
-path
Print full paths
-version
Print version and exit$ extdir .
File count: 4# extension
1 .
1 .exe
1 .go
1 .md
```