zsh-users
 help / color / mirror / code / Atom feed
From: Bart Schaefer <schaefer@brasslantern.com>
To: Marijan Peh <marijan.peh@hi.hinet.hr>
Cc: zsh-users <zsh-users@sunsite.dk>
Subject: Re: My zshrc; any sugestions welcome
Date: Mon, 25 Mar 2002 11:03:11 -0800 (PST)	[thread overview]
Message-ID: <Pine.LNX.4.44.0203251101280.5070-100000@ns1.sodaware.com> (raw)
In-Reply-To: <20020325175935.A1729@nymos.home.hr>

On Mon, 25 Mar 2002, Marijan Peh wrote:

> > It'd probably be better to use ${${(z)1}[1]} there, rather than $1, if
> > you want just the command name.  Or even ${${${(z)1}:#*[[:punct:]]*}[1]}
> > in case the first "word" is an open-paren or something.
>
> This display just first letter of current running job. ex:
> I run 'top' but is shows only 't' in titlebar.

Oh, sorry, in double quotes you need ${${(@)${(z)1}:#*[[:punct:]]*}[1]}
                                         ^^^

> >         kill -9 `print -r $pid`
> >
> > Any reason why that isn't just `kill -9 $pid'?
>
> newlines (it can also go with `print -n $pid`)

Ah.  You want

	kill -9 $=pid

> Thanks for cool tips.

Sure.


  reply	other threads:[~2002-03-25 19:03 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-03-25 10:45 Marijan Peh
2002-03-25 15:46 ` Bart Schaefer
2002-03-25 16:49   ` Adam Spiers
2002-03-25 17:35     ` Marijan Peh
2002-03-25 16:59   ` Marijan Peh
2002-03-25 19:03     ` Bart Schaefer [this message]
2002-03-26  9:38       ` Marijan Peh
2002-03-26 15:11         ` Bart Schaefer
2002-03-26 16:46           ` Marijan Peh
2002-03-26 17:10             ` Bart Schaefer
2002-03-26 17:49               ` Marijan Peh
2002-04-01 10:31               ` Marijan Peh
2002-06-01  3:23                 ` Andy Spiegl
2002-06-01 21:29                   ` Bart Schaefer
2002-03-26  0:06 ` Joakim Ryden
2002-03-26  1:17   ` Bart Schaefer

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=Pine.LNX.4.44.0203251101280.5070-100000@ns1.sodaware.com \
    --to=schaefer@brasslantern.com \
    --cc=marijan.peh@hi.hinet.hr \
    --cc=zsh-users@sunsite.dk \
    /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).