Design a Linux Find Command API
Design an API service that replicates the Linux 'find' command, allowing users to search files across directories based on criteria like size, format, and name. The system should support filters like "files >5MB" or "all XML files" through a clean, extensible interface.
Asked at:
Amazon