Hi Frederick,
> I have written a small script for adding a symbolic link to a tar file.
I suppose you mean a symbolic link not existing on a file system, right?
> Internally my script does the following:
> * Create a symbolic link in "/tmp" and have it point to "/usr/lib/libdog.so"
> * Use "tar
I have written a small script for adding a symbolic link to a tar file.
Let's say that you would normally create a symbolic link in your file
system as follows:
ln -s /usr/lib/libdog.so /usr/lib/libcat.so
Well in order to do this within a tar file, you would invoke my script with
4 arguments