![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Pipe output to function - Bash | mglenney | Shell Programming and Scripting | 4 | 07-14-2009 01:45 PM |
| simple (probably) pipe question | cleopard | High Level Programming | 3 | 04-24-2008 03:03 PM |
| bash: "undefined variable" and pipe | nagaidhlig | Shell Programming and Scripting | 6 | 02-18-2008 10:47 AM |
| pipe | question | convenientstore | Shell Programming and Scripting | 12 | 06-09-2007 06:49 PM |
| Question in reference to the pipe | | elkoreanopr | UNIX for Dummies Questions & Answers | 3 | 10-03-2006 01:39 PM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
BASH Pipe question
Hi all,
I'm new to shell scripting, but enjoying myself! ![]() I'm trying to execute the following statement: alias evol="ps -AH | grep evol | cut -d' ' -f2 | kill -9" As you might guess. I'm wanting to use a single command 'evol' to kill all the processes containing the phrase 'evol' (having some trouble with my evolution-exchange connector which keeps hanging on address look-ups. Anyway - killing evolution isn't enough - I thenm have to kill all the other processes, usually 4 of them. the repetition of searching for the pids and then killing them is getting to me ).I find the bit up until the last pipe is fine. It produces a nice little list of pids to kill. After that though, kill throws an error. I suspect its something to do with the format of the list I'm trying to pipe to it... ![]() Any help? Regards, Mark |
| Bookmarks |
| Tags |
| bash, kill, list of strings, pipe, ps |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|