[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: |
#!microsuxx |
Subject: |
Re: doc-strings of the 'command' built-in, as output by help |
Date: |
Tue, 26 Nov 2024 03:47:46 +0100 |
~ $ command -v bash
/data/data/com.termux/files/usr/bin/bash
~ $ command -V bash
bash is /data/data/com.termux/files/usr/bin/bash
V adds english text
On Tue, Nov 26, 2024, 3:44 AM Lawrence Velázquez <vq@larryv.me> wrote:
> 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
>
>
- doc-strings of the 'command' built-in, as output by help, Andrew Davis, 2024/11/25
- Re: doc-strings of the 'command' built-in, as output by help, Chet Ramey, 2024/11/25
- Re: doc-strings of the 'command' built-in, as output by help, Martin D Kealey, 2024/11/25
- Re: doc-strings of the 'command' built-in, as output by help, Oğuz, 2024/11/25
- Re: doc-strings of the 'command' built-in, as output by help, Andrew Davis, 2024/11/26