About 15,800 results
Open links in new tab
  1. Find Command in Linux with Examples - GeeksforGeeks

    Nov 4, 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 …

  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 File by Name in Linux - 7 Basic Examples - ShellHacks

    Aug 22, 2025 · With the right Linux find command syntax, you can locate anything fast. This guide shows how to use the Linux find command to search files recursively by exact name, extension, …

  4. Linux find Command: Syntax, Options, Examples - phoenixNAP

    Dec 10, 2025 · The find command in Linux is a powerful tool used to search for files and directories within a specified path based on different criteria. Moreover, it allows users to locate files by name, …

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

    Jun 1, 2025 · 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. To use …

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

    Every Linux user, ranging from casual desktop users to seasoned system administrators, will inevitably find themselves in need of locating files and directories on their system. This is where the find …

  7. Linux File Search Commands: The Complete Guide to Find, Locate, …

    Jan 24, 2025 · Need to quickly find files in Linux? Whether you’re looking for that config file you edited last week or trying to track down large files eating up disk space, Linux offers powerful search tools …

  8. Finding Files in the Linux Terminal: A Comprehensive Guide

    Nov 14, 2025 · Whether you're a system administrator looking for configuration files, a developer searching for source code, or just a regular user trying to locate a lost document, the find command …

  9. Searching for files in Linux with find - Thomas-Krenn-Wiki-en

    The find tool is suitable for searching files under Linux. In this article, you will find information on which options can be used with find.

  10. Find Command in Linux (Find Files and Directories) | Linuxize

    Nov 19, 2020 · The find command searches for files and directories based on a user given expression.