zsh-users
 help / color / mirror / code / Atom feed
From: Fernando Vezzosi <fvezzosi@masobit.net>
To: zsh-users@sunsite.dk
Subject: Re: store some parameters/arguments for later use
Date: Wed, 25 Oct 2006 02:36:30 +0200	[thread overview]
Message-ID: <20061025003630.GA1077@lothlorien.passione> (raw)
In-Reply-To: <Xns9866B9D0D4D89zzappergmailcom@80.91.229.5>

Hi everyone!
I'm a happy lurker of zsh-*, now I figured I could even be helpful to
someone else :)

On Tue, Oct 24, 2006 at 05:15:42PM +0000, zzapper wrote:
> > ls x1 x2 x3
> save_parameters
> ...
> ...
> ...
> vi recall_parameters

If the `ls' command was command number, say, 15 in history, you would be
able to use its arguments later with:

!15:0 == "ls"
!15:1 == "x1"
!15:2 == "x2"
.. And so on

Note that you can do it also this other way:

!ls:0 == "ls" # very useful example :)
!ls:1 == "x1"
!ls:2 == "x2"
.. And so on

HTH, bye

-- 
  Fernando Vezzosi
	       3F29 4D20 510E E1AE 991D  3B12 D6BE 7C05 B289 97C9


  reply	other threads:[~2006-10-25  0:36 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-10-24 17:15 zzapper
2006-10-25  0:36 ` Fernando Vezzosi [this message]
2006-10-25 10:38   ` zzapper
2006-10-25 13:19     ` Chris Johnson

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=20061025003630.GA1077@lothlorien.passione \
    --to=fvezzosi@masobit.net \
    --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).