Sed error : bad option in substitution expression

后端 未结 2 1656
南笙
南笙 2020-12-06 18:02

I have a configuration file (gpsd.default) containing data with the following format:

# If you must specify a non-NMEA driver, uncomment and mod         


        
2条回答
  •  夕颜
    夕颜 (楼主)
    2020-12-06 18:45

    You should update your sed command to this.

    sed -i 's/^GPS_DEVICES=\"\".*/GPS_DEVICES=\"dev\/ttyUSB1\"/' /etc/default/gpsd.default
    

提交回复
热议问题