snippetbashTip
x_x — View Excel and CSV files. More information: <https://github.com/kristianperkins/x_x>.
Viewed 0 times
excelcommandfilesandx_xclicsvview
Problem
How to use the
x_x command: View Excel and CSV files. More information: <https://github.com/kristianperkins/x_x>.Solution
x_x — View Excel and CSV files. More information: <https://github.com/kristianperkins/x_x>.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}}Code Snippets
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}}Context
tldr-pages: common/x_x
Revisions (0)
No revisions yet.