![]() | ![]() | ![]() |
| |||||||
| Forums | Register | Groups | Awards | Arcade | Pets | T-Bucks / T-Store | Invite Your Friends | Blogs | Mark Forums Read |
| Web Design Forums and discussions on webdesign |
Web Design | |||||||||
|
|
|
|
| |||||
![]() |
| | LinkBack | Thread Tools |
| | #1 (permalink) |
| Civilians | Is there a way to generate a Whois report for a list of domain names all at once? How does Whois work, anyway? Is the information stored in some central location or does each registrar keep their own information? -- For email, use Usenet-20031220@spamex.com |
|
| | #2 (permalink) |
| Civilians | LurfysMa wrote: > Is there a way to generate a Whois report for a list of domain names > all at once? Simple bash script to do it: #!/bin/bash for x in example.com example.org example.net do whois $x >> myDumpFile done -- David Dorward <http://blog.dorward.me.uk/> <http://dorward.me.uk/> Home is where the ~/.bashrc is |
|
| | #3 (permalink) |
| Civilians | LurfysMa wrote: > Is there a way to generate a Whois report for a list of domain names > all at once? > > How does Whois work, anyway? Is the information stored in some central > location or does each registrar keep their own information? > > perl -ne 'print `whois $_`' domainsfile -- Brian Wakem Email: http://homepage.ntlworld.com/b.wakem/myemail.png |
|
| | #4 (permalink) |
| Civilians | On Sun, 25 Sep 2005 09 06 +0100, David Dorward <dorward@yahoo.com>wrote: >LurfysMa wrote: > >> Is there a way to generate a Whois report for a list of domain names >> all at once? > >Simple bash script to do it: > >#!/bin/bash >for x in example.com example.org example.net >do whois $x >> myDumpFile >done Bash runs under unix, right? I use Windows. But the suggestion is a good one. I'll look into scripts. Unless someone knows of a whois service that does it already or a registrar that has it built in. Thanks -- For email, use Usenet-20031220@spamex.com |
|
| | #5 (permalink) |
| Civilians | On Sun, 25 Sep 2005 10 09 +0100, Brian Wakem <no@email.com> wrote:>LurfysMa wrote: > >> Is there a way to generate a Whois report for a list of domain names >> all at once? >> >> How does Whois work, anyway? Is the information stored in some central >> location or does each registrar keep their own information? >> >> > > >perl -ne 'print `whois $_`' domainsfile It looks like Perl is available for Windows. I have some programming experience. Can you recommend someplace where I can lesrn enough Perl to write simple scripts like the example you provided? Thanks -- For email, use Usenet-20031220@spamex.com |
|
| | #6 (permalink) |
| Civilians | LurfysMa wrote: > On Sun, 25 Sep 2005 10 09 +0100, Brian Wakem <no@email.com> wrote:> >>LurfysMa wrote: >> >>> Is there a way to generate a Whois report for a list of domain names >>> all at once? >>> >>> How does Whois work, anyway? Is the information stored in some central >>> location or does each registrar keep their own information? >>> >>> >> >> >>perl -ne 'print `whois $_`' domainsfile > > It looks like Perl is available for Windows. I have some programming > experience. Can you recommend someplace where I can lesrn enough Perl > to write simple scripts like the example you provided? > > Thanks Download at http://activestate.com/ Learn at http://learn.perl.org/ or buy a book. I should point out though that the one-liner I gave will only work if you have whois installed and in your path. I'm not sure if this is possible on windows. -- Brian Wakem Email: http://homepage.ntlworld.com/b.wakem/myemail.png |
|
| | #7 (permalink) |
| Civilians | LurfysMa wrote: > Bash runs under unix, right? Yes > I use Windows. It runs under Windows too. http://www.cygwin.com/ -- David Dorward <http://blog.dorward.me.uk/> <http://dorward.me.uk/> Home is where the ~/.bashrc is |
|
![]() |
| Bookmarks |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Why whois.sc more data of internic.net/whois ? | prevar | Web Design | 2 | 04-04-2005 20:00 |
| Why whois.sc has more info of internic.net/whois | artev | Web Design | 0 | 04-04-2005 16:00 |
| Re: whois.sc? | Steve Sobol | Web Design | 0 | 01-03-2005 15:00 |
| Re: whois.sc? | GreyWyvern | Web Design | 0 | 01-03-2005 13:00 |
| Re: whois.sc? | Matthias Gutfeldt | Web Design | 0 | 01-03-2005 11:00 |
![]() | ![]() | ![]() |