Hello All:
I have a flat file sample_flat.txt and here are the content.
sample.file.dmp.tar
sample.file2.dmp.gz
.
.
sample.filen.dmp.txt
I will like to write a shell script to be able to take one record from the sample_flat.txt, find the file from home directory / downwards and delete it. Grab the second file from sample_flat.txt search for it and delete it. Lastly, list the files from sample _flat.txt that he could not find/delete.
Thanks for you help.
tekpr00.
I have a flat file sample_flat.txt and here are the content.
sample.file.dmp.tar
sample.file2.dmp.gz
.
.
sample.filen.dmp.txt
I will like to write a shell script to be able to take one record from the sample_flat.txt, find the file from home directory / downwards and delete it. Grab the second file from sample_flat.txt search for it and delete it. Lastly, list the files from sample _flat.txt that he could not find/delete.
Thanks for you help.
tekpr00.