From: Padraig Brady (padraig at domain antefacto.com)
Date: Tue 04 Jun 2002 - 15:00:31 IST
> [kor at domain hoth log]$ export COLUMS=1000
> [kor at domain hoth log]$ ps -ef | grep squid
> proxy 23264 1 0 May13 ? 00:45:18 (squid)
> proxy 20959 23264 0 May14 ? 00:00:01 (ncsa_auth) /usr/local/proxy/squid/etc/userdb
> proxy 20960 23264 0 May14 ? 00:00:00 (ncsa_auth) /usr/local/proxy/squid/etc/userdb
> kor 17328 7865 0 14:49 pts/4 00:00:00 grep squid
A handy note about environment variables is that if
you just want them to exist for a particular process
you can do:
COLUMS=1000 ps -ef | grep squid
Padraig.
This archive was generated by hypermail 2.1.6 : Thu 06 Feb 2003 - 13:17:05 GMT