zsh-users
 help / color / mirror / code / Atom feed
From: Zefram <A.Main@dcs.warwick.ac.uk>
To: funa@aa.cs.keio.ac.jp (Akira Funahashi / 舟橋)
Cc: zsh-users@math.gatech.edu (Z Shell users mailing list)
Subject: Re: Please tell me.
Date: Wed, 20 Sep 1995 15:41:41 +0100 (BST)	[thread overview]
Message-ID: <17573.199509201441@stone.dcs.warwick.ac.uk> (raw)
In-Reply-To: <16797.811607009@aa.cs.keio.ac.jp> from "Akira Funahashi / =?ISO-2022-JP?B?GyRCPS42NhsoQg==?=" at Sep 20, 95 11:23:29 pm

>But if I want to know what 'ls' I'm using, in tcsh,
>I type 'which \ls' and this worked just what I want to know. 
>But in zsh, it doesn't work like this. 

Use the -p option to which in order to force a path search:

% alias ls='ls -F'
% which ls
ls: aliased to 'ls -F'
% which -p ls
/bin/ls

-zefram


      reply	other threads:[~1995-09-20 14:48 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1995-09-20 14:23 Akira Funahashi / 舟橋啓 
1995-09-20 14:41 ` Zefram [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=17573.199509201441@stone.dcs.warwick.ac.uk \
    --to=a.main@dcs.warwick.ac.uk \
    --cc=funa@aa.cs.keio.ac.jp \
    --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).