<div dir="ltr"><div>grep 'ca$' /usr/share/dict/words|tr '[A-Z]' '[a-z]'|sort -u|sed 's/ca$/.ca/'|while read x;do ping -c1 $x >/dev/null 2>&1 || echo $x;done <br></div><div><br></div><div>but ping isn't very good at seeing if something is registered... and `whois` doesn't seem to have an error code.</div><div><br></div><div>Any suggestions on a CLI way to check if a domain is registered?</div><div><br></div><div>../Dave</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, 25 Jul 2024 at 10:59, Giles Orr via talk <<a href="mailto:talk@gtalug.org">talk@gtalug.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">I was deeply disappointed that I couldn't buy "<a href="http://cloa.ca" rel="noreferrer" target="_blank">cloa.ca</a>".  Whoever did<br>
buy it isn't even using that disgusting name yet.  Not that I had any<br>
particular use in mind myself ...  It's very hard to come up with<br>
words that end in "ca."<br>
<br>
Wow - no, it's not all that bad:<br>
<br>
     `grep 'ca$' /usr/share/dict/words`<br>
<br>
Turns up 61 results, and who wouldn't want to register <a href="http://sciati.ca" rel="noreferrer" target="_blank">sciati.ca</a> or<br>
<a href="http://eroti.ca" rel="noreferrer" target="_blank">eroti.ca</a> (note that I haven't checked if these are registered).<br>
<a href="http://mec.ca" rel="noreferrer" target="_blank">mec.ca</a> _is_ registered - to Mountain Equipment Co-op, a company many<br>
of you are probably familiar with.  Sadly (but unsurprisingly), both<br>
<a href="http://antarcti.ca" rel="noreferrer" target="_blank">antarcti.ca</a> and <a href="http://repli.ca" rel="noreferrer" target="_blank">repli.ca</a> aren't available.<br>
<br>
On Thu, 25 Jul 2024 at 09:44, Scott Allen <<a href="mailto:mlxxxp@gmail.com" target="_blank">mlxxxp@gmail.com</a>> wrote:<br>
><br>
> On Thu, 25 Jul 2024 at 08:45, Giles Orr via talk <<a href="mailto:talk@gtalug.org" target="_blank">talk@gtalug.org</a>> wrote:<br>
> > What's the strangest one you've actually seen in use?<br>
><br>
> Not strange or a weird TLD but I always notice the sites that use the<br>
> TLD as the last letters of words they want to spell, instead of the<br>
> intended purpose of the TLD, for example <a href="https://www.YouTu.be" rel="noreferrer" target="_blank">https://www.YouTu.be</a><br>
<br>
-- <br>
Giles<br>
<a href="https://www.gilesorr.com/" rel="noreferrer" target="_blank">https://www.gilesorr.com/</a><br>
<a href="mailto:gilesorr@gmail.com" target="_blank">gilesorr@gmail.com</a><br>
---<br>
Post to this mailing list <a href="mailto:talk@gtalug.org" target="_blank">talk@gtalug.org</a><br>
Unsubscribe from this mailing list <a href="https://gtalug.org/mailman/listinfo/talk" rel="noreferrer" target="_blank">https://gtalug.org/mailman/listinfo/talk</a><br>
</blockquote></div>