/ Published in: Bash
Expand |
Embed | Plain Text
cat error.log | grep -o 'client [0-9.]*' | sort | uniq | wc -l
You need to login to post a comment.
cat error.log | grep -o 'client [0-9.]*' | sort | uniq | wc -l
You need to login to post a comment.