Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!eternal-september.org!feeder.eternal-september.org!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed1a.news.xs4all.nl!xs4all!news.tele.dk!news.tele.dk!small.news.tele.dk!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.163 X-Spam-Level: * X-Spam-Evidence: '*H*': 0.68; '*S*': 0.00; 'cc:addr:python-list': 0.11; 'accepts': 0.16; 'all.': 0.16; 'wrote:': 0.18; 'cc:addr:python.org': 0.22; 'pointer': 0.24; 'skip': 0.24; 'cc:2**0': 0.24; '(for': 0.26; 'header:In-Reply-To:1': 0.27; 'am,': 0.29; "doesn't": 0.30; 'message-id:@mail.gmail.com': 0.30; "skip:' 10": 0.31; '13,': 0.31; 'though.': 0.31; 'run': 0.32; 'fri,': 0.33; 'except': 0.35; 'received:google.com': 0.35; 'thanks': 0.36; 'subject:?': 0.36; 'e.g.': 0.38; 'subject:can': 0.39; 'either': 0.39; 'users': 0.40; 'world.': 0.61; 'show': 0.63; 'name': 0.63; 'skip:\xe2 10': 0.65; 'thomas': 0.65; 'mar': 0.68; '2015': 0.84; 'subject:handle': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=6y0bD26uMoj4/6AWirLKa9aYqlOvNjymy9l1cYTfeTU=; b=NQkV6dbFcB2QNjpSBzLrjI1vNwvmcd7LLY3QVuvgyZD8ZtKX7hvMcwEe3AtMys8yU1 LgRfCx+2iVG8yMoOVSK5NS+UhcDDrqYMTsXjRQM6HIw07JLYdcifTKdRMPneczQhqrE+ mi6ivcQt7ZQZF052TGBdmL1nCj90rBR15iVxG/UYqdng9Yvay5SQM9uKbmrHRgnL/3Fo OLaZPHkTgeJJupkGr14KRAEXKoObxDFLQp+gC1YpgSZQTgDeDJbc9WxYoOUDMcjQXs3O 7589bKDMIibZoFfpfX5V2eDVZZxtEk9jTzx0tYfCECj9coYHp861UH7e92w3iOZyQrN+ 5iUg== MIME-Version: 1.0 X-Received: by 10.60.115.99 with SMTP id jn3mr39358687oeb.68.1426263611987; Fri, 13 Mar 2015 09:20:11 -0700 (PDT) In-Reply-To: <1606564.hXcnK9StvT@PointedEars.de> References: <1606564.hXcnK9StvT@PointedEars.de> Date: Fri, 13 Mar 2015 11:20:11 -0500 Subject: Re: Pexpect idea - but can I handle curses? From: Skip Montanaro To: "Thomas 'PointedEars' Lahn" Cc: Python Content-Type: multipart/alternative; boundary=089e0116126ef2dd3805112ddf06 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.19 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 48 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1426263615 news.xs4all.nl 2868 [2001:888:2000:d::a6]:35038 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:87373 --089e0116126ef2dd3805112ddf06 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Fri, Mar 13, 2015 at 10:54 AM, Thomas 'PointedEars' Lahn < PointedEars@web.de> wrote: > Yes, it (top(1) from procps-ng 3.3.9) does. Either run > > top -u '!root' > > or type =E2=80=9Co=E2=80=9D (for case-insensitive filter), then e.g. =E2= =80=9C!USER=3Droot=E2=80=9D to show > processes started by all users except =E2=80=9Croot=E2=80=9D. RTFM. > Neither works on what I have available at work (OpenSuSE 12.2). -u only accepts a single user name or id in my world. -o doesn't exist at all. Thanks for the pointer though. Skip --089e0116126ef2dd3805112ddf06 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable

= On Fri, Mar 13, 2015 at 10:54 AM, Thomas 'PointedEars' Lahn <Poin= tedEars@web.de> wrote:
Yes, it (top(1) from p= rocps-ng 3.3.9) does.=C2=A0 Either run

=C2=A0 top -u '!root'

or type =E2=80=9Co=E2=80=9D (for case-insensitive filter), then e.g. =E2=80= =9C!USER=3Droot=E2=80=9D to show
processes started by all users except =E2=80=9Croot=E2=80=9D.=C2=A0 RTFM.

Neither works on what I have available at work (= OpenSuSE 12.2). -u only accepts a single user name or id in my world. -o do= esn't exist at all.

Thanks for the pointer though.

Skip

--089e0116126ef2dd3805112ddf06--