Category: General

Sed : unknown option to `s'

Im trying to change a config file by using bash script. Im using sed command to change as below. VAR1=$(cat postgresql.conf | grep "shared_buffers =" | cu...