mirror of
https://github.com/onceupon/Bash-Oneliner.git
synced 2024-11-22 12:57:01 +00:00
fix typo
This commit is contained in:
parent
bd4f9c4b0e
commit
ca02a5bccd
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user