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

    Sep 17, 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.

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

  4. How to Find a File in Linux | Find Command - GeeksforGeeks

    Jun 5, 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:
  5. 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 …

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

    Jul 5, 2025 · In this blog post, we will delve into the fundamental concepts, usage methods, common practices, and best practices of using the find command to search for files in all …

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

    Nov 19, 2020 · To find a file by its name, use the -name option followed by the name of the file you are searching for. For example, to search for a file named document.pdf in the …

    Missing:
    • html
    Must include:
  8. Using the find command to find files on Linux | Network World

    Jun 24, 2024 · There are many options you can use to find files on Linux, including searching by file name (or partial name), age, owner, group, size, type and inode number.

  9. 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:
  10. linux - How can I recursively find all files in current and …

    Aug 17, 2016 · How can I recursively find all files in current and subfolders based on wildcard matching?

    Missing:
    • html
    Must include: