I have a conf file content like below.
file.conf:
key name
value pswd
Now I want write a script to having two variable like above
script.sh
key="name" #key as variable
value="pswd" #value as variable
. /path/to/file.conf is giving me :- key & value command not found error