chore: mention methods to view CSV content rather than raw file content

This commit is contained in:
rzmk 2024-07-25 17:22:27 -04:00
parent 9b16ba864c
commit 10610e46fa
No known key found for this signature in database

View file

@ -31,10 +31,10 @@ qsv select 1- fruits.csv
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
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 slice fruits.csv`