Subversion Repositories vgwhois

Rev

Blame | Last modification | View Log | RSS feed

  1. #!/bin/bash
  2.  
  3. DIR=$( dirname "$0" )
  4.  
  5. cat "$DIR"/../main/pattern/domains | sort | uniq -c | grep -v ":whois" | grep -v ":notice" | grep -v "   1"
  6.