[WBEL-users] Bittorrent seeds

Johnny Hughes mailing-lists@hughesjr.com
Thu, 19 Feb 2004 16:34:49 -0600


On Thu, 2004-02-19 at 11:23, Joe Klemmer wrote:
> On Wed, 2004-02-18 at 23:46, Eric Wood wrote:
> 
> > BT_PID=`ps -ef | grep btdownload | grep -v grep | awk '{print $2}'`
> > kill $BT_PID > /dev/null 2>&1
> 
> 	Couldn't this be more easily done with -
> 
> pkill btdownload[1]
> 
Well ya! ... If you want to do it the easy way :)
What's the fun in that?

Actually, thanks ... I'll file that for reference.

-Johnny Hughes
> 
> [1] use the name of the actual process...