Bash helpers
This commit is contained in:
8
doc/bash.md
Normal file
8
doc/bash.md
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
```bash
|
||||||
|
# from previous comand
|
||||||
|
!0 - command itself
|
||||||
|
!^ - first argument
|
||||||
|
!$ - last argument
|
||||||
|
!* - all arguments
|
||||||
|
```
|
||||||
|
|
||||||
Reference in New Issue
Block a user