Applying the multiple file extension convention (#965)
- Xref- https://github.com/tldr-pages/tldr/issues/478
This commit is contained in:

committed by
Leandro Ostera

parent
87540fec49
commit
47dc50bd02
@@ -4,11 +4,11 @@
|
||||
|
||||
- View an XLSX or CSV file:
|
||||
|
||||
`x_x {{file.ext}}`
|
||||
`x_x {{file.xlsx|file.csv}}`
|
||||
|
||||
- View an XLSX or CSV file, using the first row as table headers:
|
||||
|
||||
`x_x -h {{0}} {{file.ext}}`
|
||||
`x_x -h {{0}} {{file.xlsx|file.csv}}`
|
||||
|
||||
- View a CSV file with unconventional delimiters:
|
||||
|
||||
|
Reference in New Issue
Block a user