find stepthrough old - rsanchez-wsu/jfiles GitHub Wiki
##JFilesServer.execute()
- Choose the find case on the switch
- Execute the find command passing the second word in the input(the search term) along with the directory and ID.
##JFilesServer.find()
- Search through the objects in this directory for matches for the search term. Send them to the client.
- Count the objects found and print the number to the console (not sent to the client).