Find large files in Linux/unix

Source: Internet
Author: User

Find large files in Linux/unix, such as finding location paths larger than 100M files, finding location paths equal to 10M files, and so on, here are a few commands to implement Quick find:

1.

To find all files larger than 100M in the specified directory, the command is

Find Path-type f-size +100m (path for its own specified directory, such as the current directory.);

2.

To find files equal to 10M in the specified directory, the command is

Find Path-type f-size 10M (path for its own specified directory, such as the current directory./);

3.

To find files less than 1M in the specified directory, the command is

Find Path-type f-size-1m (path for its own specified directory, such as the current directory./);

Find large files in Linux/unix

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.