mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 10:22:08 +02:00
parent
453827fc78
commit
1adb619afa
1 changed files with 8 additions and 0 deletions
|
@ -26,3 +26,11 @@
|
||||||
- Substitute with the last argument of the latest command:
|
- Substitute with the last argument of the latest command:
|
||||||
|
|
||||||
`{{command}} !$`
|
`{{command}} !$`
|
||||||
|
|
||||||
|
- Substitute with the last command but without the last argument:
|
||||||
|
|
||||||
|
`!:-`
|
||||||
|
|
||||||
|
- Print last command that starts with a string without executing it:
|
||||||
|
|
||||||
|
`!{{string}}:p`
|
||||||
|
|
Loading…
Add table
Reference in a new issue