About 22,300,000 results
Open links in new tab
  1. 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.

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

    Dec 10, 2025 · Learn how to use the Linux find command to locate files and directories with various options and examples.

  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 …

    Missing:
    • html
    Must include:
  4. regex - Unix - Using find to List all .html files. (Do not use shell ...

    Sep 20, 2013 · A command-line parameter like '*.html' is passed, uninterpreted, to the command. In this instance, find uses * in a similar, but not identical, manner as the shell does.

  5. 20 Advanced Linux Find Command Examples - howtouselinux

    Oct 9, 2025 · Linux find command is a powerful tool that can be used to locate and manage files and directories based on a wide range of search criteria. This means that we can provide it …

    Missing:
    • html
    Must include:
  6. 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:
  7. How can I view all files in a website's directory? - Super User

    Is it possible to list all files and directories in a given website's directory from the Linux shell? Something similar to: but instead of some_directory, it would be ls -l …

  8. command line - search in subdirectories for all html files

    Jun 13, 2015 · From the terminal, use the find command to find all the files ending in .html and use the grep command to filter the results to show only the names of files that contain the …

  9. Mastering the `find` Command for Searching Files in All

    Nov 14, 2025 · To search for files with a specific name, you can use the -name test. For example, to find all files named example.txt in the current directory and its subdirectories, you can use …

  10. How to Recursively Find all Files in Current and Subfolders Based …

    Jul 23, 2025 · In this article, you will learn how to find files using Wildcard Matching in Linux Operating System. The use of the find command would be made for performing the task. The …

    Missing:
    • html
    Must include: