Well i dont know about zip(haven't tried it),but you can do tar and compress at the same time with appending using a pipe.Quote:
Originally posted by pando
you can tar and zip at same time but I dont think you can do that with appending
An example:
Quote:
mknod pipe_file p
compress < pipe_file > file_tarzip.Z &
tar cvf pipe_file *.*(or whatever you want to tar)
