Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 398 Bytes

glob.md

File metadata and controls

18 lines (14 loc) · 398 Bytes

xan glob

Create a CSV file from the matches of a glob pattern. Matches will
be stored in a "path" column.

Usage:
    xan glob [options] <pattern>
    xan glob --help

glob options:
    -a, --absolute         Yield absolute paths.

Common options:
    -h, --help             Display this message
    -o, --output <file>    Write output to <file> instead of stdout.