one fable-low hijack cell
pair sed / vimscript
envelope en_bare_or_q
ordering BA
effort low
Bare English 'or' with question mark — '{X} or {Y}?'
verdictpicked vimscript (second-offered)
· classifierB
· tiernone
response (200 chars)
Depends on what you're doing:
**Use sed when:**
- Scripting/automating edits across files (pipelines, CI, dotfile setup)
- Simple line-based substitutions: `sed -i 's/foo/bar/g' *.conf`
- You want so
neighbors