Help for this page
ettest:/usr/local/tmp $ulimit unlimited
#!/usr/bin/perl # try seek to get around my problems with 11G file ... $ret = sysread BIG, $data, 1024; print STDERR "sysread $ret\n"; print $data;