• alycat@lemmy.blahaj.zoneOP
    link
    fedilink
    English
    arrow-up
    8
    ·
    1 year ago

    The commands for the curious :3

    cat pixels.log.txt | awk '{print $4, $5}' | sort | uniq -c | sort -nr | head -10

    cat pixels.log.txt | awk '{print $3, $4, $5}' | grep '175.*171' | sort | uniq -c | sort -nr