Tag: file search
Browse all articles, tutorials, and guides about file search
Posts
⌘K
Linux
2024-12-05|5 min read
How to Use Grep to Show Only Filenames on Linux
Learn how to use grep options to display only the names of files containing matches, making it easier to identify relevant files in large searches.
Linux
2024-12-03|6 min read
How to Exclude Directories When Using Find in Linux
Learn how to exclude specific directories from find command searches to improve performance and focus on relevant results when searching through file systems.
Linux
2024-11-28|6 min read
How to Find Files Using Wildcards in Linux
Learn how to use wildcard patterns with find command to recursively search for files in directories and subdirectories based on name patterns.