On 12/2/05, olivier Turlier <[EMAIL PROTECTED]> wrote:
>
> The command # gzip -dc tetex-texmf.tar.gz \| (umask 0; cd 
> /usr/local/teTeX/share/texmf-dist;tar xvf -)
>
>         was impossible : bash: syntax error near unexpected token `('
>
> I've tried , as a blind experiment : remove parenthesis, umask 022,
> remove \, but still same kind of syntax error.
>

With GNU tar :

# cd /usr/local/teTeX/share/texmf-dist
# tar xvzf /path/to/tetex-texmf.tar.gz

--
http://vnoss.org
Vietnamese Open Source Software Community
_______________________________________________
ntg-context mailing list
ntg-context@ntg.nl
http://www.ntg.nl/mailman/listinfo/ntg-context

Reply via email to