dwdiff is a front-end for the diff program that operates at the word
level instead of the line level. It is different from wdiff in that it
allows the user to specify what should be considered whitespace, and in
that it takes an optional list of characters that should be considered
delimiters. Delimiters are single characters that are treated as if they
are words, even when there is no whitespace separating them from
preceding words or delimiters. dwdiff is mostly commandline compatible
with wdiff. Only the --autopager, --terminal and --avoid-wraps options
are not supported.
feedback & ok steven
The tree utility displays a small formatted tree of directories. It can
be really useful to get a quick glance of a directory structure.
submitted by Pierre-Yves Ritschard <pierre-yves at spootnik.org>
ok steven@
Clusterit is a collection of clustering tools loosely based on IBM's
PSSP clustering tools. Unlike PSSP or GLUnix, Clusterit allows fast
parallel execution of remote commands as it is written in
architecture-independent C. Administrators can choose from a variety
of authentication methods, including SSH and Kerberos.
With Clusterit, administrators can run parallelized and load
balanced software builds (using jsd/jsh) or manage a heterogeneous
cluster of machines (using dsh/dvt/rvt).
submitted by Will Maier <willmaier at ml1.net>
input and ok naddy@
pscpug is a unix utility designed to graph a given process's CPU usage
over time. Since you can see changes over time, it is often more useful
than top for checking on a specific errant process.
From Jasper Lievisse Adriaanse <jasper@nedbsd.nl>