Tag: find
Browse all articles, tutorials, and guides about find
Posts
⌘K
Linux
2024-12-15|7 min read
How to Find Files Containing Specific Text on Linux
Need to locate files with specific content? Learn how to use grep, find, and other Linux tools to search through files and directories efficiently.
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.