Applying the multiple file extension convention (#965)

- Xref- https://github.com/tldr-pages/tldr/issues/478
This commit is contained in:
Agniva De Sarker
2016-07-22 03:16:44 +05:30
committed by Leandro Ostera
parent 87540fec49
commit 47dc50bd02
3 changed files with 8 additions and 8 deletions

View File

@@ -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: