On Sat, Oct 23, 1999 at 11:14:35PM -0400, Hugh wrote:
> Today I tried installing Fortify into netscape. But I ran into a problem
> When I try to UN zip the file I get an alarm that says it doesn't know -xf-
> I'm using this command
> gzip -dc Fortify-1.4.5-unix-x86.tar.gz | tar -xf-
> what am I doing wrong? I'm really bad with tar files as you can see
Put a space between the -xf and the - so it looks like this:
gzip -dc Fortify-1.4.5-unix-x86.tar.gz | tar -xf -
the '-' at the end means "use the stuff fed to you as the file to be
untarred".
--
Steve Philp
Network Administrator
Advance Packaging Corporation
[EMAIL PROTECTED]
- RE: [newbie] Fortify install Hugh
- RE: [newbie] Fortify install John Aldrich
- Re: [newbie] Fortify install Benjamin Sher
- Re: [newbie] Fortify install John Aldrich
- Re: [newbie] Fortify install Jeanette Russo
- Re: [newbie] Fortify install John Aldrich
- Re: [newbie] Fortify install sphilp
- Re: [newbie] Fortify install Jeanette Russo
- Re: [newbie] Fortify instal... Rick Murphy
- Re: [newbie] Fortify instal... Hugh
- Re: [newbie] Fortify install sphilp
- Re: [newbie] Fortify install Ernest N. Wilcox Jr.
- Re: [newbie] Fortify install John Aldrich
- Re: [newbie] Fortify install John Aldrich
- RE: [newbie] Fortify install John Aldrich
