zsh-workers
 help / color / mirror / code / Atom feed
From: Zoltan Hidvegi <hzoli@cs.elte.hu>
To: elessar@squonk.net (elessar)
Cc: zsh-workers@math.gatech.edu (zsh-workers)
Subject: Re: Wierd problem with functions on Solaris 2.4
Date: Wed, 10 Apr 1996 23:41:37 +0200 (MET DST)	[thread overview]
Message-ID: <199604102141.XAA08199@bolyai.cs.elte.hu> (raw)
In-Reply-To: <199604101312.JAA00473@khatru.squonk.net> from elessar at "Apr 10, 96 09:12:33 am"

> I'm not quite certain what happened, so I'm referring this question here to
> see if anyone might know the reason for this strange occurance.
> 
> I am using zsh 2.6beta13 on Solaris 2.4, on a Sparc IPC.
> 	
> I handed zsh the following function:
> 
> list() { ps -aux | grep $1 | grep -v grep ; }
> 
> and when I attempted to run it, my drive started getting accessed like crazy
> and I was unable to get the machine to respond to any keystrokes or mouse
> clicks, even though I was able to move the pointer around (was in OpenWindows).


I have a psgrep alias which I've been using on Solaris 2.4 regularily for
nearly a yer now.  I always use the most recent beta with my patches and I
never had any problems.  Here is the function I use:

psgrep  () {
	ps auwwx | egrep "(${*:-.})|^USER  " |
	egrep -v 'ps auwwx$|egrep .*\|.USER' | more
}

/usr/ucb is before /usr/bin and /bin in my path.

Bye,

Zoltan



      parent reply	other threads:[~1996-04-10 21:47 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1996-04-10 13:12 elessar
1996-04-10 15:07 ` Paul Stewart
1996-04-10 21:41 ` Zoltan Hidvegi [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=199604102141.XAA08199@bolyai.cs.elte.hu \
    --to=hzoli@cs.elte.hu \
    --cc=elessar@squonk.net \
    --cc=zsh-workers@math.gatech.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).