how to get count in grep command code example
Example: grep ocurrences
Just use flag -m to define number of occurrences to match:
grep -m1 pattern file
Just use flag -m to define number of occurrences to match:
grep -m1 pattern file