1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 10:22:08 +02:00

!: add examples (#14010)

* Update !.md

* Update !.md
This commit is contained in:
Managor 2024-10-08 18:37:14 +03:00 committed by GitHub
parent 453827fc78
commit 1adb619afa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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`