hi all, i am new in unix. i have to write a shell script which read a file line by line and store it in a separate variable. my text file contents multiple source path and one destination path. something like this::
source_path=abc/xyz
source_path=pqr/abc
desination_path=abcd/mlk
number of source path can vary. I dont have much hands on experience in Unix. Can anyone help me to achieve this one. It will be very helpfull.
Thanks in advance