Help for this page

Select Code to Download


  1. or download this
    ettest:/usr/local/tmp $ulimit
    unlimited
    
  2. or download this
    #!/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;