Update cheatsheets

This commit is contained in:
ivuorinen
2024-10-09 00:17:12 +00:00
parent 31e38d1972
commit 8fdd4c7ea2
24 changed files with 186 additions and 18 deletions

8
tldr/!
View File

@@ -31,3 +31,11 @@ source: https://github.com/tldr-pages/tldr.git
- Substitute with the last argument of the latest 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`