[Shell] Recuperer le 3eme mot d'une ligne ??

Recuperer le 3eme mot d'une ligne ?? [Shell] - Codes et scripts - Linux et OS Alternatifs

Marsh Posté le 05-06-2003 à 12:02:07    


c possible ?? si oui, avec kel commande ??
 
 
merci  :jap:


---------------
It's hard to say it, I hate to say it, but it's probably me...
Reply

Marsh Posté le 05-06-2003 à 12:02:07   

Reply

Marsh Posté le 05-06-2003 à 12:13:40    

oui, c possible avec cut, awk, perl, ...


---------------
-- NO SLACKERS - violators will be fsck'd & tar'd
Reply

Marsh Posté le 05-06-2003 à 12:14:28    

(ping@zeus)-(~)> echo "tralala pwet pwet" | cut -f 3 -d ' '         <(12:25:08)
pwet
(ping@zeus)-(~)>                                                    <(12:25:09)


---------------
-- NO SLACKERS - violators will be fsck'd & tar'd
Reply

Marsh Posté le 05-06-2003 à 13:25:53    

PinG a écrit :

(ping@zeus)-(~)> echo "tralala pwet pwet" | cut -f 3 -d ' '         <(12:25:08)
pwet
(ping@zeus)-(~)>                                                    <(12:25:09)

 


 
ok parfait !
 
 :jap:  :jap:


---------------
It's hard to say it, I hate to say it, but it's probably me...
Reply

Marsh Posté le 16-06-2003 à 23:55:02    

Ou sinon
echo "toto tutu tata" | awk {'print $3'}

Reply

Marsh Posté le 19-06-2003 à 09:50:05    

awlex a écrit :

Ou sinon
echo "toto tutu tata" | awk {'print $3'}

cut est légèrement plus léger que awk ;)
awk est génial, mais autant l'utiliser quand tu en as vraiement besoin ;)

Reply

Sujets relatifs:

Leave a Replay

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