Skip to main content

chat1

while read -r line; do echo -n "$line: "; grep -roh "$line" logs/* | wc -l || echo 0; done < strings.txt