#!	/bin/ash

. /lib/dialog.sh
for i in /proc/[0-9]*/; do
	read stat < $i/stat
	echo `first $stat`"	"`second $stat`
done
