grep to find how many times a page was accessed linux 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