Cheatsheet document

This commit is contained in:
Martin Blazik
2020-09-16 19:32:43 +02:00
parent 499391f8ce
commit f3507aa07f
2 changed files with 3 additions and 3 deletions

View File

@@ -1,8 +0,0 @@
```bash
# from previous comand
!0 - command itself
!^ - first argument
!$ - last argument
!* - all arguments
```