mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-13 21:48:21 +00:00
Update cheatsheets
This commit is contained in:
@@ -24,6 +24,6 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
`fselect size, path from {{path/to/directory}} limit {{5}} into json`
|
||||
|
||||
- Use SQL aggregate functions to calculate minimum, maximum and average size of files in a directory:
|
||||
- Use SQL aggregate functions to calculate minimum, maximum, and average size of files in a directory:
|
||||
|
||||
`fselect "{{MIN(size), MAX(size), AVG(size), SUM(size), COUNT(*)}} from {{path/to/directory}}"`
|
||||
|
||||
Reference in New Issue
Block a user