Hi,
Cheers for that. However, what can I do if they aren't in the path.
sample file contains:
directory1/directory2/filename
directory2/directory3/filename
directory3/filename
and these are not in the root or the path.
So, what I need to do is to add the rest of the path to each filenames which is an environment variable eg $A_PATH
$A_PATH/directory1/directory2/filename
$A_PATH/directory2/directory3/filename
$A_PATH/directory3/filename
and thhen tar up all the files into one lovely archive.
Hope this is possible!
Rob