Searcher is an aglet-based implementation of a utility for files that contains an specified string in its file name. It consists of two aglets, one stationary (Searcher) and one mobile (SearcherSlave). The latter is dispatched by Searcher to visit (sequentially) multiple remote locations, looking for files whose file name contains a specific string. Having gathered all the file names, the SearcherSlave finally returns to the Searcher and displays these file names.