how to delete a tar file after i gzip it?

Posted by superstar on Stack Overflow See other posts from Stack Overflow or by superstar
Published on 2010-04-06T20:12:21Z Indexed on 2010/04/06 20:13 UTC
Read the original article Hit count: 195

Filed under:
|

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 tar file created.

© Stack Overflow or respective owner

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: 195

Filed under:
|

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

Related posts about tar

Related posts about gzip