9 lines
114 B
Markdown
9 lines
114 B
Markdown
```bash
|
|
# from previous comand
|
|
!0 - command itself
|
|
!^ - first argument
|
|
!$ - last argument
|
|
!* - all arguments
|
|
```
|
|
|