Deutsch   English   Français   Italiano  
<ld3k2rFihpjU1@mid.individual.net>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: ...!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail
From: John-Paul Stewart <jpstewart@personalprojects.net>
Newsgroups: comp.os.linux.misc
Subject: Re: Path and/or alias finding
Date: Fri, 14 Jun 2024 15:30:35 -0400
Lines: 13
Message-ID: <ld3k2rFihpjU1@mid.individual.net>
References: <v44em0$3i8j8$1@dont-email.me> <v4hkem$2u4k0$1@dont-email.me>
 <v4hkle$2ta7j$1@dont-email.me> <g1cujkxqt4.ln2@Telcontar.valinor>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
X-Trace: individual.net TmXh7VQHLVU3CrlATayS1Qer32K2vD59rooPqhbBf1o7+iX4eT
Cancel-Lock: sha1:FrkkjwFAzsZ7uX7mo5ljsVFXGtM= sha256:YqC1g0iSZvbt+09KS+slpvPwLF8YGWToKBWsmLcSZg0=
User-Agent: Mozilla Thunderbird
Content-Language: en-CA
In-Reply-To: <g1cujkxqt4.ln2@Telcontar.valinor>
Bytes: 1165

On 2024-06-14 1:42 p.m., Carlos E.R. wrote:
> 
> What command would show what exact incantation is used? Ie, what
> path/binary, or what alias?
> 
> which tarx?

If you're using Bash as your shell, the 'type' builtin command will tell
you.  E.g.,

$ type ls
ls is aliased to `ls --color=auto'