bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: doc-strings of the 'command' built-in, as output by help


From: Lawrence Velázquez
Subject: Re: doc-strings of the 'command' built-in, as output by help
Date: Mon, 25 Nov 2024 21:43:26 -0500

On Mon, Nov 25, 2024, at 9:03 PM, Martin D Kealey wrote:
> I keep "similar" there because ‘type -a COMMAND’ shows all possible matches
> for COMMAND, whereas ‘command -V’ only does that when COMMAND is NOT an
> alias.

I'm not seeing that "command -V" behavior.

        $ type -a bash
        bash is /opt/local/bin/bash
        bash is /bin/bash
        $ command -V bash
        bash is /opt/local/bin/bash

-- 
vq



reply via email to

[Prev in Thread] Current Thread [Next in Thread]