About 7,240 results
Open links in new tab
  1. Find Command in Linux (Find Files and Directories) | Linuxize

    Jan 21, 2026 · Learn how to use the Linux find command to locate files and directories by name, type, size, and time.

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

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

  3. Find Command in Linux - GeeksforGeeks

    Dec 27, 2025 · 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 …

  4. The fastest ways to find files from the command-line on Linux

    Feb 5, 2026 · Nothing beats the command-line when it comes to searching files. Here are some handy commands you can learn to find your files 10X faster.

  5. How to Find File in Linux - phoenixNAP

    Apr 17, 2025 · Find a file in Linux using the CLI or GUI by following this simple tutorial. See practical examples for efficient file searching.

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

    Jun 1, 2025 · Explore guidance on using the find command in Linux. Learn to locate files and directories with examples, covering functionality from basic to advanced usage.

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

    Dec 8, 2025 · Whether you’re hunting for a misplaced document, cleaning up old log files, or troubleshooting by tracking down specific configurations, the find command is your Swiss Army knife. …

  8. 6 Examples to Find Files in Linux with Find Command

    Oct 9, 2025 · These are just a few examples of how to use the find command to find files with a specific name in Linux. The possibilities are almost endless, as you can use various options to refine your …

  9. How to Search Files and Folders in Linux Using the find Command

    Oct 1, 2025 · Handling large numbers of files is routine for Linux users, and that’s where the find command shines. It’s a dynamic tool that helps you search for files and directories based on name, …

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

    Feb 24, 2025 · 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 …