Path: ...!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: John-Paul Stewart 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: References: 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: 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'