Free Developer Tool
Build Linux find Commands
Without the Syntax Pain
Stop Googling find options. Pick your filters visually — name, type, size, modified time, permissions — and copy the perfect command in seconds.
🔍
Visual Filter Builder
Select file type, name patterns, size ranges, timestamps, and permissions from dropdowns — no manual flag lookup needed.
⚡
Real-Time Preview
The complete find command updates instantly as you configure each option. Copy with one click.
🎯
Action Templates
Choose from common actions: print, list details, delete, or exec with a custom command. Includes xargs integration.
Quick Presets
Filters
Search path
File type
Name pattern
Exclude name
Size
Modified time
days
Accessed time
days
Max depth
Min depth
Permissions
Only empty
Action
Generated Command
find .Click the command to copy · All processing is 100% in your browser.
Quick Reference
find . -name '*.log'All .log files recursively
find . -type d -emptyEmpty directories
find . -mtime -7 -type fFiles modified in last 7 days
find . -size +100MFiles larger than 100 MB
find . -perm /111 -type fExecutable files
find . -type f -exec wc -l {} \;Count lines in each file
Frequently Asked Questions
Everything you need to know about Linux Find Command Builder.