setenv WHINY_USERS
They should add
(From a random mailng list thread.)
PASSIVE_AGGRESSIVE_MAINTAINER as a synonym.% gawk 'BEGIN {split("the quick brown fox jumps over the lazy dog",T);for (i in T) x[T[i]];for (i in x) print i}'
fox
quick
over
brown
the
jumps
lazy
dog
% setenv WHINY_USERS
% gawk 'BEGIN {split("the quick brown fox jumps over the lazy dog",T);for (i in T) x[T[i]];for (i in x) print i}'
brown
dog
fox
jumps
lazy
over
quick
the (From a random mailng list thread.)
