Y
Hacker News
new
|
ask
|
show
|
jobs
by
thomastjeffery
3136 days ago
sed -i s,^EDITOR=nano$,EDITOR=vim ~/.bashrc
1 comments
jwilk
3136 days ago
sed: -e expression #1, char 26: unterminated `s' command
link
thomastjeffery
3136 days ago
Good catch. Forgot a comma at the end.
link