[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: pregunta pelín off-topic



On Tue, Sep 29, 1998 at 01:03:35PM +0000, CARLOS MARTINEZ.CHACARTEGUI wrote:
> 	como puedo pasar los nombres de ficheros de un directorio (un 
> puñao) a mayúsculas?

ls | awk '{ system("mv " $0 " " toupper($0)) }'

Es el peligro que tienen estas preguntas, que cada uno te da una respuesta
distinta, y para colmo todas funcionan y tienes que elegir...

-- 
 "0238bbdd71c6475b86da806ecfcdb03c" (a truly random sig)


Reply to: