Help for this page

Select Code to Download


  1. or download this
    use File::stat  qw(:FIELDS    );
    use File::Find  qw( finddepth );
    ...
      }
    }
    
  2. or download this
    mysql> select file_id, file, size from files where size < 0;
    +---------+--------------+-------------+
    ...
    |  611851 | pagefile.sys | -2147483648 |
    +---------+--------------+-------------+
    4 rows in set (0.32 sec)