Mailing List ArchiveSupport open source code!
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]Re: [tlug] A tool for fidning the total size of a web page?
- To: tlug@example.com
- Subject: Re: [tlug] A tool for fidning the total size of a web page?
- From: "Stephen J. Turnbull" <stephen@example.com>
- Date: 18 Apr 2002 18:37:17 +0900
- Content-type: text/plain; charset=us-ascii
- In-reply-to: <20020418090149.GU31104@example.com>
- Organization: The XEmacs Project
- References: <F34X1C8xFSkEvX4pE2i0000794a@example.com><20020418090149.GU31104@example.com>
- Sender: steve@example.com
- User-agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Common Lisp)
>>>>> "A" == A Sajjad Zaidi <A.Sajjad> writes: A> How about this: A> wget -O - -r -l1 www.google.com 2>&1 | tail -1 | awk '{ print $2 }' This is broken in several ways, especially -r -l1 which will get any linked pages as well. This will give a very wrong answer if you have a short index of rfc*.txt, for example. ;-) wget -O - -p $url | wc looks like a winner to me. Hrvoje sez: Actually, to download a single page and all its requisites (even if they exist on separate websites), and make sure the lot displays properly locally, this author likes to use a few options in addition to -p: wget -E -H -k -K -p http://I<site>/I<document> -- Institute of Policy and Planning Sciences http://turnbull.sk.tsukuba.ac.jp University of Tsukuba Tennodai 1-1-1 Tsukuba 305-8573 JAPAN Don't ask how you can "do" free software business; ask what your business can "do for" free software.
- References:
- [tlug] A tool for fidning the total size of a web page?
- From: Jean-Christian Imbeault
- Re: [tlug] A tool for fidning the total size of a web page?
- From: A.Sajjad Zaidi
Home | Main Index | Thread Index
- Prev by Date: Re: [tlug] A tool for fidning the total size of a web page?
- Next by Date: [tlug] Connexions timing out to sunsolve.sun.com
- Previous by thread: Re: [tlug] A tool for fidning the total size of a web page?
- Next by thread: [tlug] Connexions timing out to sunsolve.sun.com
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links