nget

WebHome | UnixGeekTools | Geekfarm | About This Site

Pointers

Useful Command Line Options

    # basic usage
    nget -G group -r regexp

    -p /dir = Path to store subsequent retrieves
    -T = test mode - just display matching files
    --timeout int = timeout in seconds
    -i = retrieve items with missing parts
    --tries int = limit number of retries

Searching for groups

    nget -a -T -r regexp

Downloading everything

    # keep track of what has already been downloaded - don't re-download
    nget --text ignore -dfim -g groupname -r .*

Misc commands

    # mark all postings over 1 month old as already seen
    nget --no-autopar -G group -R "age 1mo >" -M
    nget --no-autopar -G group -r 'pattern' -M

    # select header based on a specific date
    nget --no-autopar -G group -R 'date 20051211T071007 ==' -T

    # check files in cache - disable duplicate processing
    nget --no-autopar -G group -r 'pattern' -T -D

Web interfaces

Corrupt Cache file

- get rid of the corrupt files


Updated Sun Jul 23, 2006 12:14 PM