Re: making a 15MB file (for test)

2002-12-03 Thread fred smith
On Tue, Dec 03, 2002 at 12:03:17PM +0100, Nick Wilson wrote: > Hi all, > > I need to create a 15mb file for a test. Is there a way to do this? > > Many thanks > something like: dd if=/dev/zero of=mytestfile bs=1048576 count=15 (untested, so YMMV) -- Fred Smith -- [EMAIL

Re: making a 15MB file (for test)

2002-12-03 Thread Nick Wilson
* and then Nick Lindsell declared > >I need to create a 15mb file for a test. Is there a way to do this? > > dd if=/dev/zero of=testfile bs=1024 count=15360 Great, thanks very much! -- Nick Wilson // www.tioka.com -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?

Re: making a 15MB file (for test)

2002-12-03 Thread Nick Lindsell
At 12:03 03/12/2002 +0100, you wrote: Hi all, I need to create a 15mb file for a test. Is there a way to do this? Many thanks dd if=/dev/zero of=testfile bs=1024 count=15360 is nice and quick. -- Nick Wilson // www.tioka.com -- redhat-list mailing list unsubscribe mailt

making a 15MB file (for test)

2002-12-03 Thread Nick Wilson
Hi all, I need to create a 15mb file for a test. Is there a way to do this? Many thanks -- Nick Wilson // www.tioka.com -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe https://listman.redhat.com/mailman/listinfo/redhat-list