Short: Seek files in directory tree, execute any command on found files Type: util/misc Uploader: stlars@lysator.liu.se (Tomas Stenarson) Author: Johan Stenarson (Can be reached through uploader) Seek was mainly written to search for files, but I soon discovered that just finding the files weren't enough. Many programs doesn't have the ability to look through a directory tree to find files. I therefor added the option to execute any command on the files it find. This makes it possible to eg. delete all files matching '#?.bak' on a whole volume. What you want to do with the files Seek finds is up to you but deleting them could be one of them. The only requirement is that the command you execute must not expect any input (besides commandline arguments of course). Seek will find both files and directories matching the pattern. Files are printed in black and directories in blue.