Hello,

when I run
% {for(i in 0.*) @{cd $i; echo $i; grep total otdit| grep -v number}}
0.0
total        :   1.6292960E-01
0.1
total        :   1.6304534E-01
0.2
total        :   1.6334587E-01
0.3
total        :   1.6371879E-01
0.4
total        :   1.6402583E-01
0.5
total        :   1.6414479E-01

which is what I want. But adding >data

% awd
% {for(i in 0.*) @{cd $i; echo $i; grep total otdit| grep -v number}} >data
% cat data
];/home/sykora/CALC/systems/fe_gaas_ag_001/17As_cp15/onek/rotxy/0.0/-xeon40.0
total        :   1.6292960E-01
];/home/sykora/CALC/systems/fe_gaas_ag_001/17As_cp15/onek/rotxy/0.1/-xeon40.1
total        :   1.6304534E-01
];/home/sykora/CALC/systems/fe_gaas_ag_001/17As_cp15/onek/rotxy/0.2/-xeon40.2
total        :   1.6334587E-01
];/home/sykora/CALC/systems/fe_gaas_ag_001/17As_cp15/onek/rotxy/0.3/-xeon40.3
total        :   1.6371879E-01
];/home/sykora/CALC/systems/fe_gaas_ag_001/17As_cp15/onek/rotxy/0.4/-xeon40.4
total        :   1.6402583E-01
0.5
total        :   1.6414479E-01
%

I don't understand...
This is using p9p.

Thanks for explanation!
Ruda

Reply via email to