one fable-low hijack cell
pair ksh / zsh
envelope code_pipe_pipe
ordering BA
effort low
Code-flavored OR operator — '{X} || {Y}'
verdictpicked zsh (second-offered)
· classifierB
· tiernone
response (200 chars)
`ksh || zsh` is shell command logic using the **OR operator** (`||`):
## What it does
```sh
ksh || zsh
```
- Tries to run `ksh` (KornShell) first
- **If `ksh` fails** (exits with non-zero status, e
neighbors