Iterate over all matches in a file for a regex pattern in zsh
What is the tersest way to efficiently iterate over all matches in a file for a regex pattern in zsh?
What is the tersest way to efficiently iterate over all matches in a file for a regex pattern in zsh?