mirror of
https://github.com/onceupon/Bash-Oneliner
synced 2024-11-26 14:40:16 +00:00
expand documentation:
* Add session about bash inference Signed-off-by: Antonio Mello <acmello.ti@gmail.com>
This commit is contained in:
parent
f4b33d4ed5
commit
babd99b730
1 changed files with 7 additions and 0 deletions
|
@ -90,6 +90,13 @@ Esc + c
|
|||
# run cat filename again
|
||||
```
|
||||
|
||||
##### Bash inference for commands with question mark
|
||||
|
||||
```bash
|
||||
/b?n/?at /etc/pa??wd
|
||||
# will be converted to /bin/cat /etc/passwd
|
||||
```
|
||||
|
||||
##### Some handy environment variables
|
||||
```
|
||||
$0 :name of shell or shell script.
|
||||
|
|
Loading…
Reference in a new issue