mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-03 20:55:14 +00:00
Update cheatsheets
This commit is contained in:
@@ -15,7 +15,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Show all stats for columns 2 and 4:
|
||||
|
||||
`csvstat -c {{2,4}} {{data.csv}}`
|
||||
`csvstat {{[-c|--columns]}} {{2,4}} {{data.csv}}`
|
||||
|
||||
- Show sums for all columns:
|
||||
|
||||
@@ -23,8 +23,8 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Show the max value length for column 3:
|
||||
|
||||
`csvstat -c {{3}} --len {{data.csv}}`
|
||||
`csvstat {{[-c|--columns]}} {{3}} --len {{data.csv}}`
|
||||
|
||||
- Show the number of unique values in the "name" column:
|
||||
|
||||
`csvstat -c {{name}} --unique {{data.csv}}`
|
||||
`csvstat {{[-c|--columns]}} {{name}} --unique {{data.csv}}`
|
||||
|
||||
Reference in New Issue
Block a user