/ Published in: Bash
another bash quickie!
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
egrep -o '^[0-9a.]* ' access.log | sort -u
Comments
You need to login to view comments.
