Skip to content

Latest commit

 

History

History
1 lines (1 loc) · 111 Bytes

awk.md

File metadata and controls

1 lines (1 loc) · 111 Bytes

grep 'GET / ' localhost.access.log.2.gz | awk '{print $1}' | sort -n | uniq | xargs -I {} curl 'ipinfo.io/{}'