mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-04 07:43:43 +00:00
Update cheatsheets
This commit is contained in:
@@ -22,7 +22,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Run an SQL script:
|
||||
|
||||
`duckdb -c ".read {{path/to/script.sql}}"`
|
||||
`duckdb -f {{path/to/script.sql}}`
|
||||
|
||||
- Run query on database file and keep the interactive shell open:
|
||||
|
||||
|
||||
@@ -21,7 +21,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
`sudo pacman -Syu --noconfirm {{package}}`
|
||||
|
||||
- Search ([s]) the package database for a regular expression or keyword:
|
||||
- [s]earch the package database for a regular expression or keyword:
|
||||
|
||||
`pacman -Ss "{{search_pattern}}"`
|
||||
|
||||
@@ -37,6 +37,6 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
`sudo pacman -Sc`
|
||||
|
||||
- Specify the package version you want to install:
|
||||
- Specify the package version that should be installed:
|
||||
|
||||
`sudo pacman -S {{package}}={{version}}`
|
||||
|
||||
Reference in New Issue
Block a user