> Oh oui, tu as eu une tr�s bonne id�e. Je crois que je n'aurai pas r�ussi �
> installer le package fr sans tes indications :
> sh Ooo_1.9.104_LinuxIntel_langpack_fr.sh m'a donn� le m�me r�sultat que tu
> as eu.
>
> Par contre, je n'ai pas compris � quoi servait la commande
> tail +159 OOo_1.9.104_LinuxIntel_langpack_fr.sh | tar -zxvf -

Salut

en fait j'ai repomp� la commande d'un post sur la liste

en faisant un 
$ man tail
j'obtiens:
NAME
       tail - output the last part of files
SYNOPSIS
       tail [OPTION]... [FILE]...
DESCRIPTION
       Print  the  last  10  lines of each FILE to standard output.  With more
       than one FILE, precede each with a header giving the file  name.   With
       no FILE, or when FILE is -, read standard input.
...
...
...
If the first character of N (the number of bytes or lines)  is  a  `+',
       print  beginning  with the Nth item from the start of each file, other-
       wise, print the last N items in the file.  N may have a multiplier suf-
       fix: b 512, k 1024, m 1024*1024.

Donc le tail + 159 sert � n'executer que les 159 premieres lignes
Le | en fin de ligne sert � s�parer les commandes. 
La deuxieme commande (tar) sert � d�compresser une archive

Lorsqu'on �dite le fichier
$ vi  Ooo_1.9.104_LinuxIntel_langpack_fr.sh
 on voit bien la diff�rence entre la 159�me ligne et la 160�me qui devient 
illisible

Voila les conclusions incompl�tes auxquelles je suis arriv� sur le pourquoi du 
comment de cette commande en deux actes.

Pour une explication d�taill�; genre pourquoi il y a du tar.gz et .rpm qui se 
voisinent, ca sort de mon domaines de comp�tence

 Merci d'avoir pos� la question, ca m'a permit de faire un topo sur la 
question pour moi-m�me  :-)

Cordialement

Jacques


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Répondre à