digitalmars.D - [OT] Google search restricted to a directory?
- "Nick Sabalausky" <a a.a> Sep 21 2010
- "Simen kjaeraas" <simen.kjaras gmail.com> Sep 21 2010
- "Nick Sabalausky" <a a.a> Sep 21 2010
- klickverbot <see klickverbot.at> Sep 22 2010
- "Nick Sabalausky" <a a.a> Sep 22 2010
- Walter Bright <newshound2 digitalmars.com> Sep 27 2010
Anyone know if there's a way to do a google search restricted to not just a domain (as with "site:whateversiteblahblah.com"), but also to a particular directory? I've searched around but didn't see anything. Actually, come to think it of it, it doesn't strictly need to be google, just as long as it isn't total garbage.
Sep 21 2010
On Wed, 22 Sep 2010 02:28:25 +0200, Nick Sabalausky <a a.a> wrote:Anyone know if there's a way to do a google search restricted to not just a domain (as with "site:whateversiteblahblah.com"), but also to a particular directory? I've searched around but didn't see anything. Actually, come to think it of it, it doesn't strictly need to be google, just as long as it isn't total garbage.
site:example.com inurl:"your/path" That good enough? -- Simen
Sep 21 2010
"Simen kjaeraas" <simen.kjaras gmail.com> wrote in message news:op.vjernw2lvxi10f biotronic-pc.lan...On Wed, 22 Sep 2010 02:28:25 +0200, Nick Sabalausky <a a.a> wrote:Anyone know if there's a way to do a google search restricted to not just a domain (as with "site:whateversiteblahblah.com"), but also to a particular directory? I've searched around but didn't see anything. Actually, come to think it of it, it doesn't strictly need to be google, just as long as it isn't total garbage.
site:example.com inurl:"your/path" That good enough?
Perfect :)
Sep 21 2010
On 9/22/10 6:48 AM, Nick Sabalausky wrote:"Simen kjaeraas"<simen.kjaras gmail.com> wrote in message news:op.vjernw2lvxi10f biotronic-pc.lan...On Wed, 22 Sep 2010 02:28:25 +0200, Nick Sabalausky<a a.a> wrote:Anyone know if there's a way to do a google search restricted to not just a domain (as with "site:whateversiteblahblah.com"), but also to a particular directory? I've searched around but didn't see anything. Actually, come to think it of it, it doesn't strictly need to be google, just as long as it isn't total garbage.
site:example.com inurl:"your/path" That good enough?
Perfect :)
You can even use the shorter »site:digitalmars.com/d/2.0« form – if you know the exact directory (and not just what's part of the url), you don't have to use inurl.
Sep 22 2010
"klickverbot" <see klickverbot.at> wrote in message news:i7cb5l$16nk$1 digitalmars.com...On 9/22/10 6:48 AM, Nick Sabalausky wrote:"Simen kjaeraas"<simen.kjaras gmail.com> wrote in message news:op.vjernw2lvxi10f biotronic-pc.lan...On Wed, 22 Sep 2010 02:28:25 +0200, Nick Sabalausky<a a.a> wrote:Anyone know if there's a way to do a google search restricted to not just a domain (as with "site:whateversiteblahblah.com"), but also to a particular directory? I've searched around but didn't see anything. Actually, come to think it of it, it doesn't strictly need to be google, just as long as it isn't total garbage.
site:example.com inurl:"your/path" That good enough?
Perfect :)
You can even use the shorter »site:digitalmars.com/d/2.0« form - if you know the exact directory (and not just what's part of the url), you don't have to use inurl.
Weird, I could have sworn I tried that before and it didn't work. Maybe I didn't. Works for me now though :)
Sep 22 2010
Nick Sabalausky wrote:Weird, I could have sworn I tried that before and it didn't work. Maybe I didn't. Works for me now though :)
A Heisengoogle.
Sep 27 2010








Walter Bright <newshound2 digitalmars.com>