About 580,000 results
Open links in new tab
  1. How to Find a File in Linux | Find Command - GeeksforGeeks

    Apr 11, 2025 · Here is the syntax for the find command in Linux: Path: Where to start searching (e.g., ~/Documents). Options: Refine your search (e.g., -type for files/directories). Expression: …

  2. Find Command in Linux (Find Files and Directories)

    Nov 19, 2020 · You can use the find command to search for files and directories based on their permissions, type, date, ownership, size, and more. It can also be combined with other tools …

  3. 15 Super Useful Examples of Find Command in Linux - Linux

    I am going to discuss some of the most common examples of the find command that you are likely to use. But before that, let me show you its syntax and how to use it. Find command syntax. …

  4. How to Use the find Command in Linux - How-To Geek

    Sep 11, 2023 · Use find with xargs and exec to take your Linux file searches to the next level.

  5. find command in Linux with examples - LinuxConfig

    Aug 30, 2021 · Let’s start with the simplest syntax possible, which would be searching for a file by its name in our present working directory. To do so, we will instruct find to search the . …

  6. 35 Practical Examples of Linux Find Command - Tecmint

    Jul 19, 2023 · Here are some basic find commands for locating files based on their names. 1. Find Files Using Name in Current Directory. Find all the files whose name is tecmint.txt in a current …

  7. The find command in Ubuntu Linux with examples - Geek Rewind

    Dec 6, 2023 · The find command in Ubuntu Linux is a powerful tool for file and directory searches. Understanding its basic syntax and various options allows precise and efficient file …

  8. Find Command Cheat Sheet & Quick Reference

    Find directories and set permissions to 755. This is a quick reference list of cheatsheet for linux find command, contains common options and examples.

  9. The “findCommand in Linux [10+ Practical Examples]

    Apr 28, 2024 · The find command in Linux performs the task of searching & listing files and directories in a directory hierarchy in real-time. B. Syntax. The syntax for the find command …

  10. Find Command on Linux with Examples - idroot

    Apr 2, 2025 · The basic syntax of the find command follows this structure: find [path] [options] [expression] Where: [path] is the directory where find begins its search [options] modify how …

  11. Some results have been removed
Refresh