Linux Find sample

Source: Internet
Author: User

First, the grammar

Find [directories] [expression]

Second, parameter description

-name pattern//pattern for the file configuration format to be found, allow wildcards, wildcard characters before the need to add the escape word such as, \*,\?

-type T/T can be f (file), D (directory), L (symbolic Connection), B (block device), C (character device), p (named pipe), S (socket)

-print//Print to the relative path of the specified file

Iii. examples

1) Find the specified file in the full directory myfile

Find /-type f-name Myfile-print

2) Print all directory names

Find /-type d-print

3) Print all files ending with. txt

Find /-type f-name \*.txt-print

Linux Find sample

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.