mirror of
https://github.com/onceupon/Bash-Oneliner
synced 2024-11-25 22:20:17 +00:00
fix typo
This commit is contained in:
parent
88c21b27d6
commit
bd4f9c4b0e
1 changed files with 1 additions and 1 deletions
|
@ -2190,7 +2190,7 @@ hostnamectl set-hostname "mynode"
|
||||||
[[back to top](#handy-bash-one-liners)]
|
[[back to top](#handy-bash-one-liners)]
|
||||||
|
|
||||||
##### Bash auto-complete (e.g. show options "now tomorrow never" when you press'tab' after typing "dothis")
|
##### Bash auto-complete (e.g. show options "now tomorrow never" when you press'tab' after typing "dothis")
|
||||||
[Detailed tutoral](https://iridakos.com/tutorials/2018/03/01/bash-programmable-completion-tutorial.html)
|
[More examplesl](https://iridakos.com/tutorials/2018/03/01/bash-programmable-completion-tutorial.html)
|
||||||
```bash
|
```bash
|
||||||
complete -W "now tomorrow never" dothis
|
complete -W "now tomorrow never" dothis
|
||||||
# ~$ dothis
|
# ~$ dothis
|
||||||
|
|
Loading…
Reference in a new issue