#!/bin/sh
# The current version uses a bunch of execs to try to minimize the
# appearance of multiple copies of just a Pg command in the results.

#ps -uwax | egrep "$*"
exec ps gawwux | exec egrep "^USER|$*" 
#| exec align l r r r r r l l r r 
