augur read-file

Read one or more files like Augur, with transparent optimized decompression and universal newlines.

Input is read from each given file path, as the compression format detection requires a seekable stream. A path may be “-” to explicitly read from stdin, but no decompression will be done.

Output from each file is concatenated together and written to stdout.

Universal newline translation is always performed, so n, rn, and r in the input are all translated to the system’s native newlines (e.g. n on Unix, rn on Windows) in the output. Additionally, each file is standardized to have trailing newlines.

usage: augur read-file [-h] PATH [PATH ...]

Positional Arguments

PATH

paths to files