Update cheatsheets

This commit is contained in:
ivuorinen
2024-02-24 00:12:28 +00:00
parent 6ad53288ef
commit 40892cc890
11 changed files with 49 additions and 15 deletions

View File

@@ -8,7 +8,7 @@ source: https://github.com/tldr-pages/tldr.git
> Execute SQL against structured text like csv or tsv files.
> More information: <https://github.com/dinedal/textql>.
- Print the lines in the specified `.csv` file that match a SQL query to `stdout`:
- Print the lines in the specified `.csv` file that match an SQL query to `stdout`:
`textql -sql "{{SELECT * FROM filename}}" {{path/to/filename.csv}}`