mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-26 12:52:59 +00:00
Update cheatsheets
This commit is contained in:
@@ -11,21 +11,21 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Convert to a tab-delimited file (TSV):
|
||||
|
||||
`csvformat -T {{data.csv}}`
|
||||
`csvformat {{[-T|--out-tabs]}} {{data.csv}}`
|
||||
|
||||
- Convert delimiters to a custom character:
|
||||
|
||||
`csvformat -D "{{custom_character}}" {{data.csv}}`
|
||||
`csvformat {{[-D|--out-delimiter]}} "{{custom_character}}" {{data.csv}}`
|
||||
|
||||
- Convert line endings to carriage return (^M) + line feed:
|
||||
|
||||
`csvformat -M "{{
|
||||
`csvformat {{[-M|--out-lineterminator]}} "{{
|
||||
}}" {{data.csv}}`
|
||||
|
||||
- Minimize use of quote characters:
|
||||
|
||||
`csvformat -U 0 {{data.csv}}`
|
||||
`csvformat {{[-U|--out-quoting]}} 0 {{data.csv}}`
|
||||
|
||||
- Maximize use of quote characters:
|
||||
|
||||
`csvformat -U 1 {{data.csv}}`
|
||||
`csvformat {{[-U|--out-quoting]}} 1 {{data.csv}}`
|
||||
|
||||
Reference in New Issue
Block a user