one fable-low hijack cell
pair ksh / powershell
envelope code_pipe_pipe
ordering BA
effort low
Code-flavored OR operator — '{X} || {Y}'
verdictpicked powershell (second-offered)
· classifierB
· tiernone
response (200 chars)
`ksh || powershell` — in shell syntax, this means: **run `ksh`, and if it fails (non-zero exit code), run `powershell`**.
The `||` operator is a logical OR for command chaining:
- `cmd1 || cmd2` → r
neighbors