Hi all!
I've got a text file containing the following:
/dir/file1=/mnt/zip/dir/file1
/dir/dir/file2=/mnt/zip/dir/dir/file1
...
and like this with hundreds of files. What I want is to read all the
file and copy the files in the first position (to the left of '=') to
the place specified by the string at the right of '='. But I don't know
how to split the line from a shell script (as you guessed I'm quite bad
at shell programming).
Any ideas?
Thanks very much
--
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.