In UNIX the command
was working just fine.
The " character was used for wildcard where the @ was used for determining an alternative database for our query. In linux neither of these 2 symbols are working. What's the wildcard for the whois command?
Code:
[bash]$ whois "acme."@whois.crsnic.net
The " character was used for wildcard where the @ was used for determining an alternative database for our query. In linux neither of these 2 symbols are working. What's the wildcard for the whois command?
Comment