[PLUTO-help] Ora èbash :-(

new newelski a altern.org
Lun 5 Maggio 2003 08:27:51 CEST


On Sun, 4 May 2003 17:26:18 +0200
Stefano Callegari <stefano a omniluxlighting.it> wrote:

>
> 
> cat $TEMP_TESTO | grep -e "\ \+§§" | awk -F' §§ ' {'print $2'} | awk -F' ' {'print $1'} | while read VERIFICA
>  do
> 

prova con :

for i in `cat $TEMP_TESTO | grep -e "\ \+§§" | awk -F' §§ ' {'print $2'} | awk -F' ' {'print $1'}`
do
vattelapesca
done


dovrebbe funzionare!

ciao
New

ps usi l'awk in modo 'strano'.... ;-)

-- 
----------------------------------------------------------

Your analyst has you mixed up with another patient.  Don't believe a
thing he tells you.


More information about the pluto-help mailing list