Installing Tar
Res
res at ausics.net
Mon Dec 14 09:43:55 UTC 2009
modern day tar is intelligent enuf you dont have to tell it teh
compression type hence xvf is all you need
On Mon, 14 Dec 2009, user1 wrote:
> To create a tar file:
>
> tar cvzf bigfile.tgz file1 file2 ...
>
> To unpack a tgz file:
>
> tar zxvf bigfile.tgz
>
> c = create
>
> z = unzip
>
> v = verbose (to follow what is happening)
>
> f = filename
>
> x = extract
>
> see man tar
>
>
>
--
Res
"What does Windows have that Linux doesn't?" - One hell of a lot of bugs!
More information about the ubuntu-users
mailing list