If you want to see the contents type
tar tvf jdk.tar
-Original Message-
From: Lambert, Stephen : CO IR [mailto:[EMAIL PROTECTED]]
Sent: Monday, November 20, 2000 10:04 AM
To: [EMAIL PROTECTED]
Subject: Tar
What tar command lists out the contents of jdk.tar without extracting or
compres
will re-install.
Thanks.
-Original Message-
From: Ashish Kulkarni [mailto:[EMAIL PROTECTED]]
Sent: Monday, November 20, 2000 1:15 PM
To: Lambert, Stephen : CO IR; [EMAIL PROTECTED]
Subject: Re: Tar
try
tar --help ;)
actually try using
tar tf jdk.tar
or if it is gzipped,
tar
try
tar --help ;)
actually try using
tar tf jdk.tar
or if it is gzipped,
tar tfz jdk.tar.gz
- Original Message -
From: Lambert, Stephen : CO IR <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, November 20, 2000 11:33 PM
Subject: Tar
| What tar command lists out the conte
On Mon, 20 Nov 2000, Lambert, Stephen : CO IR wrote:
> What tar command lists out the contents of jdk.tar without extracting or
> compressing the tar file?
> Thanks.
If it's really a tar file, then
tar tf jdk.tar
If it's a jar file, then
jar tf jdk.jar
--
Joi EllisSo