Webrexp cmdref - Twinside/Webrexp GitHub Wiki

Home

Command line

The syntax of the command is

    webrexp [OPTIONS] expression

where expression is a webrexp, if expression is omitted the software will search the -f option to read an expression from a file.

Command line options

Here is the (rather basic) options used by the webrexp command :

    Webrexp
    -o FILE   --output=FILE  output FILE
    -f FILE   --file=FILE    input FILE, use - for stdin
    -v        --verbose      Display many information
    -q        --quiet        Remain practically silent
    -h        --help         Display help (this screen)
    -d Delay  --delay=Delay  Time to wait between HTTP request (ms)
                --bfs          Evaluate in BFS order - This option might not remain in the future
                --dot          Output the evaluation automata in graphviz format.