Bash helpers

This commit is contained in:
Martin Blazik
2020-09-07 20:49:03 +02:00
parent cc158db286
commit 8291bd2e22

8
doc/bash.md Normal file
View File

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