3 projects tagged "SCO"
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.
tzls and tzx are commandline utilities for quickly unpacking or listing the contents of various types of common Unix archive files, which may be compressed in any of several ways. The supported compression types are bzip2, gzip, and compress. The supported archive types are tar, cpio, zip, rar, and arj. The tools are implemented as shell scripts, so no compilation is required.