1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-03-28 21:16:20 +01:00
tldr/pages/common/elif.md
2025-03-28 01:45:03 +02:00

149 B

elif

This shell keyword is used in combination with if and else to define a code branch.

  • View documentation for if command:

tldr if