bug-wget
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-wget] Wget Usage


From: Paul Wratt
Subject: Re: [Bug-wget] Wget Usage
Date: Mon, 21 Nov 2011 19:18:37 +1300

Soumajit Pal writes:
>
>How can we use wget to get only the file names
>from a website without downloading them ?
>
>Waiting in anticipation !!!
>
>--
>Soumajit Pal
>http://soumajitpal.com
>

I think you are looking for:
wget --recursive --level=INF --spider --output-file=wget-out.txt
http://www.someurl.com/

with some grep applied to wget-out.txt

Paul



reply via email to

[Prev in Thread] Current Thread [Next in Thread]