mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-08 08:57:25 +00:00
Update cheatsheets
This commit is contained in:
@@ -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`:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user