Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: lseboek1
  • Content: Threads
  • Order by date
  1. lseboek1

    How to display a running process's environment on HP-UX

    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
  2. lseboek1

    How to find out a running process environment variables

    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
  3. lseboek1

    awk syntax in bash

    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...

Part and Inventory Search

Back
Top