retour a la ligne automatique

retour a la ligne automatique - Linux et OS Alternatifs

Marsh Posté le 30-04-2004 à 08:54:42    

salut tout le monde!!
 
en executant ma commande i=`find /data/partages/ -name "*.txt" -exec basename {} \;
echo $i
j'obtiens :
fichier1.txt  fichier2.txt fichier3.txt fichier4.txt fichier5.txt fichier6.txt fichier7.txt
comment faire pour les obtenir de cette facon :
 fichier1.txt
 fichier2.txt
 fichier3.txt
 fichier4.txt
 fichier5.txt

Reply

Marsh Posté le 30-04-2004 à 08:54:42   

Reply

Marsh Posté le 30-04-2004 à 10:07:18    

echo -e $i."\n"
 
ou un truc comme ça.

Reply

Marsh Posté le 30-04-2004 à 11:38:37    

ca marche pas

Reply

Sujets relatifs:

Leave a Replay

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