mirror of
https://github.com/jbranchaud/til
synced 2026-01-03 07:08:01 +00:00
Add some comment marks
This commit is contained in:
@@ -13,10 +13,10 @@ these commands will do the following:
|
|||||||
|
|
||||||
```sql
|
```sql
|
||||||
\! pwd
|
\! pwd
|
||||||
/home
|
-- /home
|
||||||
\cd sql
|
\cd sql
|
||||||
\! pwd
|
\! pwd
|
||||||
/home/sql
|
-- /home/sql
|
||||||
```
|
```
|
||||||
|
|
||||||
The `\cd` meta-command even supports tab completion relative to the current
|
The `\cd` meta-command even supports tab completion relative to the current
|
||||||
|
|||||||
Reference in New Issue
Block a user