3 Command-line Interface

rsv2scm reads binary RSV data from stdin and writes list of lists of string-or-#f values into stdout. It may also produce a list of string-or-#f values per line, each corresponding to a row of RSV data.

scm2rsv does the opposite - it reads a list of lists of string-or-#f from stdin and writes binary RSV data into stdout.