in reply to Re^2: path to local file as a variable
in thread path to local file as a variable

Where will the bash script run? On the server? Then you do not need the local path anymore, you need the server path. Or do I miss something?

Replies are listed 'Best First'.
Re^4: path to local file as a variable
by blowupp (Novice) on Jun 22, 2010 at 16:43 UTC
    Files already exist on same machine that will run bash script; yes you are right, I need the server path.
    Path is 'almost' identical - I was planning to use sed to correct it.
    Files are not visible to intra/internet they are on a afp://shared volume
    I will contemplate the X-Y hint :-)
    thanks
    Mark