Tuesday, December 29, 2009

*.tar.gz?

Do you need to pack a big folder? While trying compilations and diverse patch files my last project (new cobalt kernel) I needed to pack the source folder a lot of times. I use tar and gzip commands to do that but using separately. I can recommend this super-easy guide to pack in one command.

It's very easy: $ tar czvf myfolder.tar.gz abcfolder/

I don't know why but my memory always forget the options of a command, this is the reason of this post.

No comments: