以下是sed
命令,用于将$RUNTIME_DIR
中定义的字符串redis.conf
替换为环境变量RUNTIME_DIR
。但我总是收到错误
sed "s/\$RUNTIME_DIR/${RUNTIME_DIR}/" redis.conf
sed: 1: "s/$RUNTIME_DIR//use ...": bad flag in substitute command: 'u'
使用sed
命令将变量替换为正确的方法是什么?
变量的内容为/users/joey/dev/bigcrunch//runtime