mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-26 05:52:57 +00:00
Update cheatsheets
This commit is contained in:
12
tldr/else
Normal file
12
tldr/else
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# else
|
||||
|
||||
> This shell keyword is used in combination with `if` and `elif` to define a code branch if no other branch was valid.
|
||||
|
||||
- View documentation for the `if` keyword:
|
||||
|
||||
`tldr if`
|
||||
Reference in New Issue
Block a user