I'm trying to search all domains that start with "marha" and end with ".com" using the Ubuntu terminal.
This is what I'm trying:
whois -H marha%.com
However, this does NOT give me any results.
Is there an Ubuntu-specific syntax or something I'm missing? I've checks the docs but not successful in finding it.
Thanks!