Files
cheatsheet-tldr/tldr/then
2025-04-01 00:21:41 +00:00

13 lines
261 B
Plaintext

---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# then
> This shell keyword is used in combination with `if` and `elif` to separate branches and branch conditions.
- View documentation for `if` command:
`tldr if`