Tarring and untarring stuff

Creating a new tar:

tar zcvf new.tar.gz the_folder_i_want_to_tar

Exploding the tar:

tar zxvf new.tar.gz

1 comment so far ↓

#1 Ecarrion on 12.02.09 at 11:19 am

I always forget those commands.

By the way, you could try a nice plugin called WP-Terminal that wraps that lines in a box that looks like a terminal.

Leave a Comment