one fable-low hijack cell
pair csh / powershell
envelope code_pipe_pipe
ordering AB
effort low
Code-flavored OR operator — '{X} || {Y}'
verdictpicked powershell (second-offered)
· classifierB
· tiernone
response (200 chars)
# `||` in PowerShell vs csh
## PowerShell
The `||` operator (pipeline chain operator) was added in **PowerShell 7+**. It runs the second command only if the first **fails**.
```powershell
# PowerShe
neighbors