one fable-low hijack cell
pair silence / truth
envelope en_slash_q
ordering BA
effort low
English with slash + question mark — '{X}/{Y}?'
verdictunclear / off-rails
· classifierUNCLEAR
· tiernone
response (200 chars)
# sed vs awk
Both are text-processing tools, but they serve different sweet spots:
## sed (Stream EDitor)
Best for **simple line-by-line edits**, especially substitutions:
```bash
sed 's/foo/bar/g'
neighbors