As of the past hour or so:

$ curl -s https://damus.io/stats/connections.txt | awk '{ print $2 }' | sort -n | tail -n1

3621

Reply to this note

Please Login to reply.

Discussion

$2 > maxx {maxx = $2} END {print maxx}

nerd