Hi,
I would need to display the environment variables of an already running process.
On Solaris: /usr/ucb/ps -euxwww pid
On AIX: ps euxwww pid
On HP: ???
rgrds,
lseboek1
Hi,
I have a unix process running. I'd like to find out the value of some environment variables which were set at the process starting time. I don't know whether it's possible or not.
rgrds,
lseboek1
Hi,
I have a small awk code which works in ksh, but doesn't work bash:
ksh:
$ echo $PATH|awk {' print index("abca","b"); '}
2
bash:
bash-2.03$ echo $PATH|awk {' print index("abca","b"); '}
awk: syntax error near line 1
awk: bailing out near line 1
In...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.