mirror of
https://github.com/dathere/100.dathere.com.git
synced 2025-12-19 08:39:24 +00:00
chore: mention methods to view CSV content rather than raw file content
This commit is contained in:
parent
9b16ba864c
commit
10610e46fa
1 changed files with 2 additions and 2 deletions
|
|
@ -31,10 +31,10 @@ qsv select 1- fruits.csv
|
||||||
|
|
||||||
You may learn more about the `select` command in a later lesson.
|
You may learn more about the `select` command in a later lesson.
|
||||||
|
|
||||||
:::{admonition} Other ways to view raw file content in the terminal (optional)
|
:::{admonition} Other ways to view CSV content in the terminal (optional)
|
||||||
:class: dropdown hint
|
:class: dropdown hint
|
||||||
|
|
||||||
Some other ways you may view raw file content for `fruits.csv` include running:
|
Some other ways you may view CSV content for `fruits.csv` include running:
|
||||||
|
|
||||||
- `qsv cat rows fruits.csv`
|
- `qsv cat rows fruits.csv`
|
||||||
- `qsv slice fruits.csv`
|
- `qsv slice fruits.csv`
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue