https://github.com/essentialkaos/ftllister
Utility for listing directories with huge amounts of files (several billion)
https://github.com/essentialkaos/ftllister
c listing tool utility
Last synced: 7 months ago
JSON representation
Utility for listing directories with huge amounts of files (several billion)
- Host: GitHub
- URL: https://github.com/essentialkaos/ftllister
- Owner: essentialkaos
- License: apache-2.0
- Created: 2016-04-26T22:34:31.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-11-19T12:40:09.000Z (almost 5 years ago)
- Last Synced: 2025-01-23T18:47:46.692Z (9 months ago)
- Topics: c, listing, tool, utility
- Language: C
- Homepage: https://kaos.sh/ftllister
- Size: 17.6 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
Build & Install • Usage • License
`FTLLister` (_faster-than-light lister_) is simple utility for listing directories with huge amounts of files (several millions).
### Build & Install
Build requires `make` and `gcc` or `clang`.
```bash
make
sudo make install
```### Usage
```
ftllister /some/path
```### License
[Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0)