Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'A ruby script to create shorter whois output' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
A ruby script to create shorter whois output
Authored by: esharef on Sep 15, '06 04:49:54AM
Note that you can get similarly good results if you just filter out lines with colon characters, using
 whois macosxhints.com | grep : 
Maybe one or two unwanted lines slip through, but it does shorten the output a lot.

[ Reply to This | # ]