zsh-users
 help / color / mirror / code / Atom feed
From: Zefram <A.Main@dcs.warwick.ac.uk>
To: unpingco@ece.ucsd.edu (Jose Unpingco)
Cc: zsh-users@math.gatech.edu (Z Shell users mailing list)
Subject: Re: Can't get tricky csh alias to work
Date: Sun, 25 Jun 1995 00:41:41 +0100 (BST)	[thread overview]
Message-ID: <18519.199506242341@stone.dcs.warwick.ac.uk> (raw)
In-Reply-To: <9506242312.AA19642@sunshine.ucsd.edu> from "Jose Unpingco" at Jun 24, 95 04:12:47 pm

>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.

ff () { find . -name "$*" -print }

-zefram


  reply	other threads:[~1995-06-25 10:36 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 [this message]
1995-06-25  7:18 ` Dave Sainty

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=18519.199506242341@stone.dcs.warwick.ac.uk \
    --to=a.main@dcs.warwick.ac.uk \
    --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).