I want to replace a line with double quotes on OpenBox startup, like:
(sleep 2 && terminator -e "htop") &
with
#(sleep 2 && terminator -e "htop") &
I use this command, but it does not work:
sed -i "s/(sleep 2 && terminator */#(sleep 2 && terminator -e "htop") &/" ~/.config/openbox/autostart
It gives me this error:
`sed: -e expression #1, char : unknown`