

NAME
    lstorrent - list content of torrent files

SYNOPSYS
    lstorrent [OPTION] ... [FILE] ...

DESCRIPTION
    Display files and/or directories in *.torrent files. Entries are printed with relative path if no -p or -d are given.


OPTIONS
    
    -d, --no-dirs 
                    do not display directories (only files are listed, one per line)
    -f, --no-files 
                    do not display files (display only directories)
    -p, --no-paths      
                    do not display paths, only print directories/files one per line
                    note:  duplicate entries are not filtered.
    -0, --zero
                    separate entries by '\x00' instead '\n' (like "find -print0", for use with "xargs -0")

    -c, --count
                    print number of files (override other options)
    -s, --size
                    print files size (if no files, no size printed)
    -t --test
                    parse only (no output, exit status 0 if no problem, 1 if parsing errors)
    -h, --help
                    print help
    -v, --version
                    print version


DIAGNOSTICS
    The lstorrent exits 0 on success, and >0 if one or more files are corrupted (not recognized)

AUTHOR
    Written by George Shuklin

REPORTING BUGS
    amarao@desunote.ru

COPYRIGHT
    Copyright (C) 2009 George Shuklin. License: GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
       This is free software: you are free to change and redistribute it.  There is NO WARRANTY, to the extent permitted by law.


