The UNIX and Linux Forums
>
Top Forums
>
Shell Programming and Scripting
Solaris / Linux Issues with script
.
User Name
Remember Me?
Password
google unix.com
Forums
Register
Forum Rules
Links
Albums
FAQ
Members List
Calendar
Search
Today's Posts
Mark Forums Read
Thread
:
Solaris / Linux Issues with script
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
#
7
(
permalink
)
04-22-2009
kodak
Registered User
Join Date: Jun 2003
Posts: 51
Without trying very hard:
ps -ef | grep nco_p_syslog | grep -v grep | awk '{print $NF}' | awk -F_ '{print $2}' | cut -d '.' -f 1
Maybe? I don't have your output.
kodak
View Public Profile
Visit kodak's homepage!
Find all posts by kodak
Find kodak's past nominations received
Find kodak's present nominations given