1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 20:02:09 +02:00
tldr/pages/common/x_x.md
Lena 7ca1069d76
pages/*: reword descriptions without using "a CLI for" etc. (#10437)
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-07-16 19:23:40 +02:00

373 B

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 {{0}} {{file.xlsx|file.csv}}

  • View a CSV file with unconventional delimiters:

x_x --delimiter={{';'}} --quotechar={{'|'}} {{file.csv}}