/ 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
