fff and ffl are tools for searching for files and directories from the Unix shell with more integrated "shell-like" behaviour and simpler syntax than find(1), though find(1) is still... More
fff and ffl are tools for searching for files and directories from the Unix shell with more integrated "shell-like" behaviour and simpler syntax than find(1), though find(1) is still used to perform the actual searches. In particular, there is no need to quote wildcards, and searches are case-insensitive. Matching results are shown one per line. fff displays full paths, and ffl relative paths. Detailed find(1) options can be appended to the fff/ffl command line if desired. These utilities are based entirely on shell aliases and functions, so no compliation is required. [edit]Less
Information obtained from users, and repositories like FLOSSmole,Wikipedia,Apache, Codehaus,Tigris and several others. Please inform us of any errors, objections or omissions. You can find our terms of service here.