mirror of
https://github.com/onceupon/Bash-Oneliner.git
synced 2024-11-22 21:07:00 +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
@ -90,6 +90,13 @@ Esc + c
|
|||||||
# run cat filename again
|
# 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
|
##### Some handy environment variables
|
||||||
```
|
```
|
||||||
$0 :name of shell or shell script.
|
$0 :name of shell or shell script.
|
||||||
|
Loading…
Reference in New Issue
Block a user