<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Snipplr</title>
    <description>Recent snippets posted on Snipplr.com</description>
    <link>https://snipplr.com/</link>
    <lastBuildDate>Tue, 09 Jun 2026 22:33:30 +0000</lastBuildDate>
    <item>
      <title>(Bash) Shell script for domain searching binges - shazow</title>
      <link>https://snipplr.com/view/14345/shell-script-for-domain-searching-binges</link>
      <description>&lt;p&gt;Takes input from stdin, so you can keep typing in domains to see if they're available. Requires `whois` to be installed. &#13;
&#13;
Just paste it into your terminal, and start typing in domains (e.g. `google.com` and hit enter) and it will tell you if the domain is available or not.&#13;
&#13;
Tested with .com, .net, .org, .ca, you're welcome to write a more robust version!&#13;
&#13;
# Example&#13;
&#13;
    $ while read i; do echo -n "$i is ";  ( whois $i  | grep -F "$(echo -e 'No match\nNOT FOUND\n  AVAIL')" -q &amp;&amp; echo 'AVAILABLE! :D' || echo 'taken :('); &#13;
    ohhai.net&#13;
    ohhai.net is taken :(&#13;
    omgbbqponies.com&#13;
    omgbbqponies.com is AVAILABLE! :D&lt;/p&gt;</description>
      <pubDate>Thu, 23 Apr 2009 17:34:54 UTC</pubDate>
      <guid>https://snipplr.com/view/14345/shell-script-for-domain-searching-binges</guid>
    </item>
  </channel>
</rss>
