mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-14 16:15:50 +02:00
x_x: add page
This commit is contained in:
parent
f38c34f484
commit
1ee2283f37
1 changed files with 15 additions and 0 deletions
15
pages/common/x_x.md
Normal file
15
pages/common/x_x.md
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
# x_x
|
||||||
|
|
||||||
|
> View Excel and CSV files from the command-line.
|
||||||
|
|
||||||
|
- View an XLSX or CSV file:
|
||||||
|
|
||||||
|
`x_x {{file.ext}}`
|
||||||
|
|
||||||
|
- View an XLSX or CSV file, using the first row as table headers:
|
||||||
|
|
||||||
|
`x_x -h {{0}} {{file.ext}}`
|
||||||
|
|
||||||
|
- View a CSV file with unconventional delimiters:
|
||||||
|
|
||||||
|
`x_x --delimiter={{';'}} --quotechar={{'|'}} {{file.csv}}
|
Loading…
Add table
Reference in a new issue