logo
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?
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
Apr 7, 2026 · The find command searches for files and directories by name, type, size, date, permissions, and more. This guide covers practical examples including wildcards, …
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 http://
Apr 19, 2026 · This blog post will provide you with a comprehensive guide on how to use the `find` command for recursive file searches in Linux, covering fundamental concepts, usa
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 co
Jan 16, 2026 · This flexibility is powerful but can make finding specific human-readable files—such as plain text, configuration files, HTML, or source code—challenging if you
Oct 8, 2019 · I've currently managed to locate all HTML files using find, passed that content using the cat command to pup which parses the content and looks at the
tag
Jan 16, 2026 · 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
May 17, 2026 · This guide walks through the most reliable ways to open HTML files on Linux, from double-clicking in the file manager to using command-line tools such as xdg-open,