mirror of
https://github.com/onceupon/Bash-Oneliner.git
synced 2024-11-22 12:57:01 +00:00
edit description for 'shopt' command
This commit is contained in:
parent
834ff1bfbb
commit
d8fed85f58
@ -1417,10 +1417,10 @@ unalias ls
|
|||||||
# print all shell options
|
# print all shell options
|
||||||
shopt
|
shopt
|
||||||
|
|
||||||
# to stop alias
|
# to unset (or stop) alias
|
||||||
shopt -u expand_aliases
|
shopt -u expand_aliases
|
||||||
|
|
||||||
# to start alias
|
# to set (or start) alias
|
||||||
shopt -s expand_aliases
|
shopt -s expand_aliases
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user