bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Feature Request kill and ps


From: Eric Blake
Subject: Re: Feature Request kill and ps
Date: Thu, 11 Feb 2010 20:02:41 -0700
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.23) Gecko/20090812 Thunderbird/2.0.0.23 Mnenhy/0.7.6.666

According to Jan Girke on 2/11/2010 3:36 PM:
> Hi All
> 
> I had my thunderstorm cloud flying over my head again and managed to
> drop this mail.
> I suggest kill eatin' names instead of numbers example:
> kill 'process name'

And how exactly do you propose mapping 'process name' back to a particular
process, when there may well be more than one process with the same argv0
running at the same time?

> and ps sorting processes alphabetically example:
> ps -'free letter'

The unix philosophy is to do one thing and do it well.  What's wrong with
using 'ps | sort' to get your sorting?

-- 
Don't work too hard, make some time for fun as well!

Eric Blake             address@hidden

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]