Chargen patch

Rich Felker dalias at aerifal.cx
Mon Nov 6 11:35:52 PST 2006


On Mon, Nov 06, 2006 at 02:40:02PM +0100, hinko.kocevar at cetrtapot.si wrote:
> Hello,
> 
> I've been looking for a utility like this for some time and I finally 
> decided to code the solution by myself.
> I've needed a way to generate files with same contents (eg. 16k file 
> with 0xFF).

head dd bs=16384 count=1 < /dev/zero | tr '\0' '\377'

Rich



More information about the busybox mailing list