Re: [PHP] How do I use a .tar file?

2001-09-15 Thread Deryck Henson

Sorry everyone.  using Windows (as much as it SUX!).  You cant really do
anything and microsoft just steals your money when you buy it.  I agree.
Red Hat, here I come!  (in about a couple weeks)

- Deryck H
- http://www.comp-u-exchange.com
- Original Message -
From: "Joaquin" <[EMAIL PROTECTED]>
To: "Deryck Henson" <[EMAIL PROTECTED]>
Sent: Saturday, September 15, 2001 9:55 PM
Subject: Re: [PHP] How do I use a .tar file?


> Ar you using UNIX or windows?


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] How do I use a .tar file?

2001-09-15 Thread Deryck Henson

Well, I was totally stupid when I downloaded the .tar.gz file.  I extracted
it to a folder and opened, in notepad, the TAR file!  That's pretty funny.
Well, I now know how to actually decompress all the files in a tar format
and use them.  WinZip helps.

- Deryck H
- http://www.comp-u-exchange.com
- Original Message -
From: "Ninety-Nine Ways To Die" <[EMAIL PROTECTED]>
To: "Deryck Henson" <[EMAIL PROTECTED]>
Sent: Saturday, September 15, 2001 9:31 PM
Subject: Re: [PHP] How do I use a .tar file?


> If in *nix tar -xf tarfile
>
> if it has a .tar.gz then gunzip filename
>
> got it?
>
> --
>
> On Sat, 15 Sep 2001 20:51:28
>  Deryck Henson wrote:
> >I want to use and compile the source code for PHP just for some fun but
have
>
> >no experience what soever with TAR files.  Any suggestions?
>
> >
>
> >- Deryck H
>
> >- http://www.comp-u-exchange.com
>
> >
>
> >
>
> >--
>
> >PHP General Mailing List (http://www.php.net/)
>
> >To unsubscribe, e-mail: [EMAIL PROTECTED]
>
> >For additional commands, e-mail: [EMAIL PROTECTED]
>
> >To contact the list administrators, e-mail: [EMAIL PROTECTED]
>
> >
>
> >
>
>
> Make a difference, help support the relief efforts in the U.S.
> http://clubs.lycos.com/live/events/september11.asp


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




RE: [PHP] How do I use a .tar file?

2001-09-15 Thread Jack Dempsey

man tar

in short, if you have a file, foo.tar, tar xvf foo.tar will untar it...if
its foo.tar.gz, tar zxvf foo.tar.gz will gunzip it then untar it.

try searching google as well, there're some good tutorials out there

jack

-Original Message-
From: Deryck Henson [mailto:[EMAIL PROTECTED]]
Sent: Saturday, September 15, 2001 9:51 PM
To: PHP
Subject: [PHP] How do I use a .tar file?


I want to use and compile the source code for PHP just for some fun but have
no experience what soever with TAR files.  Any suggestions?

- Deryck H
- http://www.comp-u-exchange.com


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




[PHP] How do I use a .tar file?

2001-09-15 Thread Deryck Henson

I want to use and compile the source code for PHP just for some fun but have
no experience what soever with TAR files.  Any suggestions?

- Deryck H
- http://www.comp-u-exchange.com


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]