![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts and shell scripting languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Find CPU per process in AIX | yamsin789 | AIX | 1 | 04-01-2009 07:13 AM |
| How to find out how much RAM that process is using | redlotus72 | UNIX for Dummies Questions & Answers | 3 | 08-08-2008 10:22 AM |
| find a process age | MizzGail | UNIX for Dummies Questions & Answers | 8 | 05-24-2006 05:38 AM |
| how to find the chid process id from given parent process id | guhas | Shell Programming and Scripting | 3 | 10-13-2005 08:13 AM |
| find eof, then process | mfilby | Shell Programming and Scripting | 12 | 12-22-2003 06:29 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
|||||
|
One way:
Code:
root@isau02:/data/tmp/testfeld> cat bla 364688 ach_outbound -proc nla_acho_equ_01 -format EQUENS0001 [fat] DEQ WAIT 1167452 listener -p 42662 hostget_server -proc at_vld 11874 at_vld [fat] IDLE 1560634 listener -p 11870 menu [fat] IDLE 1843302 rate_server [fat] DEQ WAIT root@isau02:/data/tmp/testfeld> sed 's/^[0-9]* \([^\[]*\).*/\1/' bla ach_outbound -proc nla_acho_equ_01 -format EQUENS0001 listener -p 42662 hostget_server -proc at_vld 11874 at_vld listener -p 11870 menu rate_server |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|