Subject: Re: Help me installing X11R6...
To: None <e9325359@tuwien.ac.at>
From: Jukka Marin <jmarin@teeri.jmp.fi>
List: amiga
Date: 02/26/1996 09:13:49
>     "gzcat filename | (cd / ; tar --unlink -xvfp -)"
> 
> fails. The output is:
> 
>     "tar: can't open p: No such file or directory."

Try

    gzcat filename | (cd / ; tar --unlink -x -p -v -f -)

The option f must be followed by the filename (- in this case).

  -jm