Exercice langage C corrigé écrire une procédure

set a = `ls -l` 

@ i = 6  

@ j = 10  

while ($#a > $j) 

  if (-f $a[$j]) then 

    @ x = $a[$i] / 1000 

    @ y = $a[$i] % 1000 

    echo $a[$j] $x k  $y 

    @ i += 8 

    @ j += 8 

  endif 

end

Télécharger aussi :

Laisser un commentaire

Votre adresse e-mail ne sera pas publiée. Les champs obligatoires sont indiqués avec *