I have a script which unzips a whole lot of files under a single directory, some of which are symbolic links.
I want to know how to change the script so that, one the unzip has finished, I can get rid of all the symbolic links that were created.
I have a script which unzips a whole lot of files under a single directory, some of which are symbolic links.
I want to know how to change the script so that, one the unzip has finished, I can get rid of all the symbolic links that were created.