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

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)

Awesome Lists containing this project

README

          


GitHub Actions Status

Build & InstallUsageLicense


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