Computer Tips - web: When does that domain name expire?

Date: 2008dec29 Date: 2025jul5 OS: Linux Level: Beginner Platform: web Q. web: 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