Update cheatsheets

This commit is contained in:
ivuorinen
2025-10-15 00:19:37 +00:00
parent 220486abce
commit d5421f7c01
42 changed files with 459 additions and 43 deletions

View File

@@ -26,7 +26,7 @@ source: https://github.com/tldr-pages/tldr.git
- Execute SQL statements from a script file:
`mariadb {{db_name}} < {{path/to/script.sql}} > {{path/to/output.tab}}`
`mariadb < {{path/to/script.sql}} {{db_name}} > {{path/to/output.tab}}`
- Check memory and open file usage at exit: