mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-17 18:00:52 +00:00
Update cheatsheets
This commit is contained in:
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user