On Wed, May 13, 2009 at 11:12:06AM +0200, Colonna Francois wrote:
Hello, is it possible to get directly on disk the xml file produced by the api command below
api.php?action=query&generator=allpages&gapnamespace=0&gaplimit=1000&format=xml
using lynx -dump for example (I don't know how to do it) or an other batch mode procedure ?
Use wget, curl, or any other program that downloads a URL and saves it to disk.