约 149,000,000 个结果
在新选项卡中打开链接
  1. Find Command in Linux (Find Files and Directories) | Linuxize

    2020年11月19日 · To find a file by its name, use the -name option followed by the name of the file you are searching for. For example, to search for a file named document.pdf in the /home/linuxize …

  2. Find Command in Linux with Examples - GeeksforGeeks

    2025年11月4日 · The find command in Linux is used to search for files and directories based on name, type, size, date, or other conditions. It scans the specified directory and its sub directories to locate …

  3. Find Files in Linux: Command Line & GUI Methods

    2025年9月22日 · Discover how to efficiently find files on Linux using command line and GUI methods. Learn the 'find' and 'locate' commands for effective searches.

  4. How to Find a File on Linux: Search by Name, Date, and More - wikiHow

    2025年2月24日 · If you're looking for a file on your Linux system, the find command makes it easy. You can use find to search for files by name, partial name, date, modification time, size, and more. If you …

  5. How To Find Files in the Linux terminal - Tom's Hardware

    2025年6月9日 · In this how-to, we’ll look at various ways of using the find command to help us find files and directories across the Linux filesystem.

  6. Find Command in Linux: Master the Art of Finding Files and Directories

    2025年12月8日 · In the vast landscape of Linux systems, efficiently locating files and directories is a fundamental skill for users, developers, and system administrators alike. Whether you’re hunting for …

  7. How to Find File in Linux - phoenixNAP

    2025年4月17日 · This article will show you how to find a file in Linux using the CLI and the GUI. Command-line file searches in Linux commonly use the find command. However, other utilities like …

  8. Find File by Name in Linux - 7 Basic Examples - ShellHacks

    2025年8月22日 · This guide shows how to use the Linux find command to search files recursively by exact name, extension, regex, and more. You’ll also learn how to combine find with grep for finding …

  9. How to Find Files and Directories in Linux - Computer Hope

    2025年6月1日 · In Linux operating systems, the find command can search for files and directories on your computer. To proceed, select a link from the following list or go through each section in order. …

  10. Using `find` to Search for Files - Linux Bash

    This article is a comprehensive guide on using the `find` command in Linux, detailing how to efficiently locate files in the filesystem based on attributes like name, size, and type. It offers practical examples …