12 lines
155 B
Markdown
12 lines
155 B
Markdown
List of popular commands and shortcuts
|
|
|
|
|
|
```bash
|
|
# from previous comand
|
|
!0 - command itself
|
|
!^ - first argument
|
|
!$ - last argument
|
|
!* - all arguments
|
|
```
|
|
|