#!/bin/sh
export COLUMNS=10000
exec needargs 3 ps u -p `pgrepi "$@"` | fail0
