Update cheatsheets

This commit is contained in:
ivuorinen
2025-11-05 00:20:34 +00:00
parent 26232b7183
commit 22576ac740
23 changed files with 291 additions and 67 deletions

View File

@@ -16,9 +16,9 @@ source: https://github.com/tldr-pages/tldr.git
`csvtool {{[-c|--column]}} {{2,4}} {{path/to/file.csv}}`
- Extract lines from a CSV file where the second column exactly matches `Foo`:
- Extract lines from a CSV file where the second column exactly matches `String`:
`csvtool {{[-c|--column]}} {{2}} {{[-s|--search]}} '{{^Foo$}}' {{path/to/file.csv}}`
`csvtool {{[-c|--column]}} {{2}} {{[-s|--search]}} '{{^String$}}' {{path/to/file.csv}}`
- Extract lines from a CSV file where the second column starts with `Bar`: