in reply to Can't delete big file (>2GB) under Linux (XFS & Reseirfs) by unlink

You appear to not have large file support compiled into your perl (see the part of perl -V that reads uselargefiles=undef) See the section on large file support from the perl 5.6 perldelta.

perl -pe '"I lo*`+$^X$\"$]!$/"=~m%(.*)%s;$_=$1;y^`+*^e v^#$&V"+@( NO CARRIER'

  • Comment on Re: Can't delete big file (>2GB) under Linux (XFS & Reseirfs) by unlink
  • Download Code

Replies are listed 'Best First'.
Re: Re: Can't delete big file (>2GB) under Linux (XFS & Reseirfs) by unlink
by vita555 (Initiate) on Dec 12, 2002 at 00:52 UTC
    Thank you for good explanation!