Creating a new tar:
tar zcvf new.tar.gz the_folder_i_want_to_tar
Exploding the tar:
tar zxvf new.tar.gz
Everything that glitters is not gold. But I definitely am.
November 26th, 2009 | Never forget
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 ↓
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