Dave Coutts
Results
1
issues of
Dave Coutts
The parallelized directory traversal feature in fd makes it a fast solution for counting files when combined with wc -l e.g. ```bash fd . --extension json ~/projects/ | wc -l...
feature-request