>> "Marcelo E. Magallon" <[EMAIL PROTECTED]> writes:
> lo m�s simple es:
>
> find . -type f -name \*.mp3 -print0 | xargs -i -0 mv {} /destino
En realidad lo m�s simple es:
$ mv *.mp3 /destino
el shell hace lo correcto en este caso.
--
Marcelo
--
�Desea desuscribirse? Escriba a [EMAIL PROTECTED] con el tema
'unsubscribe'. M�s informaci�n: http://www.linux.or.cr/listas
