Re: FW: 2 gig file size limit.

From: <bryanm@acsalaska.net>
Date: Sat Jun 10 2006 - 02:08:01 AKDT

On Fri, Jun 09, 2006 at 08:10:12PM -0800, James Zuelow <James_Zuelow@ci.juneau.ak.us> wrote:
>
> #!/usr/bin/perl
> open FILE, ">testfile";
> while(1){
> print FILE "Test.\n" or die $!;
> }

Or you could do this: dd if=/dev/zero of=testfile
...For when you want maximum performance creating a meaningless file. :)

--
Bryan Medsker
bryanm@acsalaska.net
---------
To unsubscribe, send email to <aklug-request@aklug.org>
with 'unsubscribe' in the message body.
Received on Sat Jun 10 02:06:17 2006

This archive was generated by hypermail 2.1.8 : Sat Jun 10 2006 - 02:06:18 AKDT