J - Execute Commands Conditionally

Conditionally execute one of two lists of commands depending on whether an expression evaluates to TRUE (non-zero) or FALSE (zero).

Syntax:

──   J ─ expression ─┬───────────────────┬─┬────────────────┬─
                       ├────── cmd1 ───────┤ └── ; ─ cmd2 ──┬─┘
                       └─ " ── cmd1 ─┬─ " ─┘               │
                                    │         └────────────┘
                             └── ; ──┘

Parameters: