> how do i list all the system environment variables on my machine
if u know C 
extern char *environ[];
defined in unistd.h

environ is a global array of pointers that holds all env variables.

Neil


------------------------------------------------
An alpha version of a web based tool to manage
your subscription with this mailing list is at
http://lists.linux-india.org/cgi-bin/mj_wwwusr

Reply via email to