Computer Tips - When does that domain name expire?

Date: 2008dec29 OS: Linux Level: Beginner Q. When does that domain name expire? A. Use the whois command like this:
whois <the-domain>
For example:
whois yahoo.com
You'll get back a bunch of info including the expiry date. To get only the expiry date do this:
whois <the-domain> | grep -i expir