pages*: fix various proper names, acronyms and initialisms (#12494)

This commit is contained in:
Vitor Henrique
2024-03-14 02:01:06 -03:00
committed by GitHub
parent 33770df77d
commit 935d605998
243 changed files with 415 additions and 415 deletions

View File

@@ -1,13 +1,13 @@
# q
> Execute SQL-like queries on .csv and .tsv files.
> Execute SQL-like queries on CSV and TSV files.
> More information: <https://harelba.github.io/q>.
- Query `.csv` file by specifying the delimiter as ',':
- Query a CSV file by specifying the delimiter as ',':
`q -d',' "SELECT * from {{path/to/file}}"`
- Query `.tsv` file:
- Query a TSV file:
`q -t "SELECT * from {{path/to/file}}"`