[ Bash ] Tableau

Tableau [ Bash ] - Shell/Batch - Programmation

Marsh Posté le 16-07-2004 à 00:04:03    

Salut à tous  [:yajing] ,
 
Voila mon pb dans mon tableau je veux y mettre le chemins des fichiers à traiter mais je voit pas comment faire !
J'en suit ici :

Code :
  1. declare -a tab "./logs/fic.txt" "./logs/fic1.txt" "./logs/fic2.txt"
  2. {
  3. i=0
  4. #lim= ${#tab

    • }
    • while [`$i` -lt `${#tab[*]}`]
    •         do
    • echo '###########################=>`${tab[$i]}`<=###########################' >$T
    • awk 'NR>7 && NR<9 {print}' ${tab[$i]} >> $T
    • echo '=============================FIN`${tab[$i]}`==========================' >>$T
    • let "i+=1"
    •         done
    •          }
    • exit

Si quelqu'un a une autre façon de faire merci d'avance  [:xp1700]


Message édité par OuBien le 16-07-2004 à 00:06:35

---------------
You know wha' I'm saying !!!
Reply

Marsh Posté le 16-07-2004 à 00:04:03   

Reply

Marsh Posté le 16-07-2004 à 16:45:53    

:bounce: UP UP  :bounce:


---------------
You know wha' I'm saying !!!
Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed