Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 May 2018 15:43:11 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 228566] which fails to handle -a or -s as documented in manpage
Message-ID:  <bug-228566-227-2ZrthDUNxO@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-228566-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-228566-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D228566

Mateusz Piotrowski <0mp@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |0mp@FreeBSD.org

--- Comment #1 from Mateusz Piotrowski <0mp@FreeBSD.org> ---
(In reply to Bjoern A. Zeeb from comment #0)

It is not which(1) that is not working as specified in the manual. It looks
like your are using tcsh/csh, which seems to not implement those "-a" and "=
-s"
flags. Here's a fragment of the tcsh(1) manual:

> which command (+)
>               Displays the command that will be executed by the shell aft=
er
>               substitutions, path searching, etc.  The builtin command is
>               just like which(1), but it correctly reports tcsh aliases a=
nd
>               builtins and is 10 to 100 times faster.  See also the which-
>               command editor command.

It looks like everything works as intended.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-228566-227-2ZrthDUNxO>