View how much space is occupied by the directory and how many files

Source: Internet
Author: User

To view the space occupied by a directory:

Du-sh Directory

See how many files are in a directory:

Find Directory-type F | Wc-l
Find command Example

Find how many C files are in the current directory

Find./-type f-name "*.C" | Wc-l
Find command Simple explanation

The parameter-type represents the type of file, and the file type corresponds to the following relationship

B   block file (e.g. memory)
C   character file (such as    serial port)
d   directory file    (directory is also a file)
p   famous pipeline    (FIFO)
F   normal file
L   compliant link

Parameter-name Specify a filename, you can use the wildcard characters inside the shell

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.