Fast system administrator tools
Menu
find generator
Build complex Unix find commands visually by selecting directory, name pattern, file type, size and modification time filters. Copy the generated command to use in your terminal.
Matching (filters)
Use glob patterns (*, ?, []). Toggle for case-insensitive search.
Path glob to exclude from traversal.
octal or symbolic permissions, same as chmod.
Size and time
Pick operator, value and unit: B, KB, MB, GB. > → +N, < → -N, = → N.
d
+N — older than N days, -N — newer than N days, N — exactly N days.
Owner and group
Actions
{} placeholder will be appended if absent. Semicolon will be escaped (\;).
| Command |
|
|---|
Warning: always test filters with -print before -delete.
IPTool