About 1,780 results
Open links in new tab
  1. regex - Unix - Using find to List all .html files. (Do not use shell ...

    Sep 20, 2013 · I've tried 'find -name .html$', 'find -name .html\>'. None worked. I'd like to know why these two are wrong and what's the right one to use with no wildcards?

  2. find - list all directories containing *.html files and also list the ...

    Oct 29, 2016 · This prints the pathname of each directory containing any regular file whose name ends with either .htm or .html (regardless of case), followed by the ls -l output for that directory.

  3. 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.

    Missing:
    • html
    Must include:
  4. find (1) - Linux manual page - man7.org

    If you are using find in an environment where security is important (for example if you are using it to search directories that are writable by other users), you should read the `Security Considerations' …

  5. 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.

    Missing:
    • html
    Must include:
  6. 6 Examples to Find Files in Linux with Find Command

    Oct 9, 2025 · To find files with a specific name in Linux, you can use the find command with the -name option. Here’s the basic syntax: Where path is the directory to search, and filename is the name of …

    Missing:
    • html
    Must include:
  7. How To Use Find and Locate to Search for Files on Linux

    Mar 20, 2026 · Learn how to use the find and locate commands to search for files on Linux by name, type, size, permissions, and modification time. Covers exec, xargs, grep …

  8. Mastering File Search in Linux: A Comprehensive Guide

    3 days ago · This blog will take you through the fundamental concepts, usage methods, common practices, and best practices of using the find command to search for files in a Linux environment.

  9. How to Use find Command in Linux: Search Files Like a Pro

    Mar 29, 2026 · 🤓Learn how to use the find command in Linux to search files by name, type, size, permissions, and time — with real sysadmin examples and exec tricks.

    Missing:
    • html
    Must include:
  10. 15 Super Useful Examples of Find Command in Linux

    May 2, 2025 · Learn the super powerful and super useful find command with these practical examples.