Random file of set length

Páxina inicial
Anexos:
Mensaxe orixinal
+ (text/plain)
Borrar esta mensaxe
Responder a esta mensaxe
Autor: Nick Estes
Data:  
Asunto: Random file of set length
> I want to create a random file of 5MB. How do I do that?

dd if=/dev/urandom ibs=1M count=5 of=foo

    --Nick