commands.sh

x_x

all

View Excel and CSV files.

More info →

Options (3)

-h, --headingboolean

View an XLSX or CSV file, using the first row as table headers

Example: x_x {{[-h|--heading]}} {{0}} {{file.xlsx|file.csv}}
-d, --delimiterboolean

View a CSV file with unconventional delimiters

Example: x_x {{[-d|--delimiter]}} '{{;}}' {{[-q|--quotechar]}} '{{|}}' {{file.csv}}
-q, --quotecharboolean

View a CSV file with unconventional delimiters

Example: x_x {{[-d|--delimiter]}} '{{;}}' {{[-q|--quotechar]}} '{{|}}' {{file.csv}}

Examples (3)

View an XLSX or CSV file

x_x file.xlsx|file.csv

View an XLSX or CSV file, using the first row as table headers

x_x [-h|--heading] 0 file.xlsx|file.csv

View a CSV file with unconventional delimiters

x_x [-d|--delimiter] ';' [-q|--quotechar] '|' file.csv
made by @shridhargupta | data from tldr-pages