File size: 84 Bytes
0dc3cda
 
 
1
2
3
4
#!/bin/bash

for folder in threads/*; do echo "$folder $(ls $folder | wc -l)"; done