Using Unix and rather new..
I am creating multiple *.txt extracts from oracle and then ftp'ing them to another server. I would like to compress or zip all of the files prior to ftp'ing from Unix to NT, but am not quite sure how to setup the *.sh file.
It seems that I could simply write:
compress file1
compress file2
etc .. to file 25
in a *.sh script.
Any help .. (an example would be great) is much appreciated.
I will be calling this *.sh from another *.sh (in case that matters).
Thanks again.
I am creating multiple *.txt extracts from oracle and then ftp'ing them to another server. I would like to compress or zip all of the files prior to ftp'ing from Unix to NT, but am not quite sure how to setup the *.sh file.
It seems that I could simply write:
compress file1
compress file2
etc .. to file 25
in a *.sh script.
Any help .. (an example would be great) is much appreciated.
I will be calling this *.sh from another *.sh (in case that matters).
Thanks again.