Locate and find: Two file search commands

Source: Internet
Author: User

    Locate: This Command requires the database indexed in the background to support running. In Ubuntu, the database file is located in/var/cache/locate/locatedb. Generally, this database file is automatically updated through cron every day. If the update is unfortunately not available, you can execute To manually update. If I want to find a file named linux.html IN THE SYSTEM, run the following command:. The locate search speed is very fast, and the results will be listed later. Locate has a very useful option-r, which allows you to use regular expressions when searching for files.
  1. Find: this is an important file search command in another Linux system. The find command has powerful functions, and is generally used as follows:. For example, you can run. In addition to searching for files by file name, you can also use the-size n option to specify the file size), time (for example,-atime n indicates to search for files accessed n days ago) to search for files. In addition, the find command also supports regular expressions when searching files. You only need to specify the-regex option.

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.