zsh-users
 help / color / mirror / code / Atom feed
From: Dave Sainty <David.Sainty@Comp.VUW.AC.NZ>
To: zsh-users@math.gatech.edu
Cc: unpingco@ece.ucsd.edu (Jose Unpingco)
Subject: Re: Can't get tricky csh alias to work
Date: Sun, 25 Jun 1995 19:18:37 +1200	[thread overview]
Message-ID: <199506250718.TAA28833@bats.comp.vuw.ac.nz> (raw)
In-Reply-To: Your message of "Sat, 24 Jun 1995 16:12:47 PDT." <9506242312.AA19642@sunshine.ucsd.edu>

Jose Unpingco writes:

> I'm just getting into zsh and I have an alias from cshrc:
> 
>   alias ff   'find . -name "\!*" -print'
> 
> that I can't get converted to zsh.

Define it as a function instead of an alias

function ff { find . -name "$@" -print }

...and everything should work fine...

Dave


      parent reply	other threads:[~1995-06-25 10:37 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1995-06-24 23:12 Jose Unpingco
1995-06-24 23:41 ` Zefram
1995-06-25  7:18 ` Dave Sainty [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=199506250718.TAA28833@bats.comp.vuw.ac.nz \
    --to=david.sainty@comp.vuw.ac.nz \
    --cc=unpingco@ece.ucsd.edu \
    --cc=zsh-users@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).