mirror of
https://github.com/onceupon/Bash-Oneliner.git
synced 2025-07-17 02:03:15 +02:00
fix typo
This commit is contained in:
@ -2190,7 +2190,7 @@ hostnamectl set-hostname "mynode"
|
||||
[[back to top](#handy-bash-one-liners)]
|
||||
|
||||
##### Bash auto-complete (e.g. show options "now tomorrow never" when you press'tab' after typing "dothis")
|
||||
[More examplesl](https://iridakos.com/tutorials/2018/03/01/bash-programmable-completion-tutorial.html)
|
||||
[More examples](https://iridakos.com/tutorials/2018/03/01/bash-programmable-completion-tutorial.html)
|
||||
```bash
|
||||
complete -W "now tomorrow never" dothis
|
||||
# ~$ dothis
|
||||
|
Reference in New Issue
Block a user