Welcome to Vestris Inc.
Internet Interactive Solutions Company



Software Documentation

LnxDump - cross-reference url dump

Introduction

LnxDump uses the siteidx?.urt and siteidx?.lnx files. It allows to output all urls linked from a document and all documents that link to an url.

Usage

Alkaline LNXDump 1.0 (c) Vestris Inc. 1994-2000 All Rights Reserved
parses the URT and the LNX files and outputs links
usage: lnxdump <options> <index-location> <url>
        -s:     silent, no headers
        -f:     forward, all pages linked from url (default)
        -r:     reverse, all pages linking to url

Example (Forward)

All pages that http://alkaline.vestris.com/index.html links to (all direct links on the page):
bash$ lnxdump vestris http://alkaline.vestris.com/index.html
http://alkaline.vestris.com/
http://alkaline.vestris.com/sites.html
http://www.vestris.com/
http://www.vestris.com/tech/split.html
...

Example (Reverse)

All pages that link directly to http://alkaline.vestris.com/:
bash$ lnxdump -r vestris http://alkaline.vestris.com/         
http://www.vestris.com/index-full.html
http://alkaline.vestris.com/sites.html
http://www.vestris.com/software/software.html
http://www.vestris.com/sti/company.html
...