how to delete a tar file after i gzip it?
Posted
by superstar
on Super User
See other posts from Super User
or by superstar
Published on 2010-04-06T20:12:21Z
Indexed on
2010/04/06
21:13 UTC
Read the original article
Hit count: 216
i am creating a tar file and then i am gzipping the tar file. so i am getting a .TGZ file and now i want to delete the previos tar file.
${gzipExe} -f --rsyncable $tarname.TAR --stdout >> $tarname.TGZ
© Super User or respective owner