one fable-low hijack cell
pair awk / vimscript
envelope en_arrow
ordering AB
effort low
English with arrow '→' — '{X} → {Y}'
verdictpicked awk (first-offered)
· classifierA
· tiernone
response (200 chars)
# awk → Vimscript Cheat Sheet
## Basic structure
**awk** processes lines automatically; in Vimscript you loop over lines or use `:g`.
```awk
awk '{ print $1 }' file
```
```vim
for line in getline(
neighbors