mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-05 18:35:25 +02:00
8 lines
149 B
Markdown
8 lines
149 B
Markdown
![]() |
# elif
|
||
|
|
||
|
> This shell keyword is used in combination with `if` and `else` to define a code branch.
|
||
|
|
||
|
- View documentation for `if` command:
|
||
|
|
||
|
`tldr if`
|