1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-21 21:42:08 +02: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