Hacker News new | ask | show | jobs
by thomastjeffery 3136 days ago

    sed -i s,^EDITOR=nano$,EDITOR=vim ~/.bashrc
1 comments

sed: -e expression #1, char 26: unterminated `s' command
Good catch. Forgot a comma at the end.