Linux "Find" Command
#Amazon #Coding #Medium
Question
Implement a simple version of linux find command. Start w/ only "-type" and "-name" filters.
Note: the main focus here was to nicely structure the find command so that you can easily add additional filter options.
Last updated
Was this helpful?