[EMAIL PROTECTED] wrote: > Hola! Perdonen el OT, pero si quieren pueden responderme > directamente. Sres, tengo el sgte problema, que me gustaria me > ayuden. Tengo el sgte ciclo en un script de bash: > > for fecha in `seq $1 $2`
[...] > 20040304 --> 2.000403e+07 El problema es con seq, no con bash. Usa algo como: $ seq -f %1.f 20040101 20040202 Saludos, -- Cristian Gutierrez http://www.dcc.uchile.cl/~crgutier [EMAIL PROTECTED] Jabber:[EMAIL PROTECTED] "If I could get HEAD with Mosaic, I'd stay at work all the time." -- Dan Pape

