Re: Path and/or alias finding

Liste des GroupesRevenir à col misc 
Sujet : Re: Path and/or alias finding
De : robin_listas (at) *nospam* es.invalid (Carlos E.R.)
Groupes : comp.os.linux.misc
Date : 14. Jun 2024, 22:02:01
Autres entêtes
Message-ID : <p6kujkxtrb.ln2@Telcontar.valinor>
References : 1 2 3 4 5
User-Agent : Mozilla Thunderbird
On 2024-06-14 21:30, John-Paul Stewart wrote:
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'
 
Ah, yes. I knew about "type", but I don't use it. I will now.
cer@Telcontar:~> type l
l is aliased to `ls -alF'
cer@Telcontar:~> type ls
ls is aliased to `_ls'
cer@Telcontar:~> type _ls
_ls is a function
_ls ()
{
     local IFS=' ';
     command ls $LS_OPTIONS ${1+"$@"}
}
cer@Telcontar:~>
cer@Telcontar:~> echo $LS_OPTIONS
-N --color=tty -T 0
cer@Telcontar:~>
--
Cheers, Carlos.

Date Sujet#  Auteur
9 Jun 24 * tar problem40db
9 Jun 24 +- Re: tar problem1Marco Moock
9 Jun 24 +- Re: tar problem1Lew Pitcher
9 Jun 24 +* Re: tar problem18Richard Kettlewell
9 Jun 24 i`* Re: tar problem17Robert Heller
10 Jun 24 i +* Re: tar problem15db
10 Jun 24 i i`* Re: tar problem14Lew Pitcher
10 Jun 24 i i `* Re: tar problem13Carlos E. R.
11 Jun 24 i i  `* Re: tar problem12Lew Pitcher
11 Jun 24 i i   `* Re: tar problem11Carlos E. R.
11 Jun 24 i i    `* Re: tar problem10db
11 Jun 24 i i     `* Re: tar problem9Rich
11 Jun 24 i i      +- Re: tar problem1Lew Pitcher
12 Jun 24 i i      `* Re: tar problem7db
12 Jun 24 i i       `* Re: tar problem6Ralf Fassel
12 Jun 24 i i        `* Re: tar problem5Richard Kettlewell
12 Jun 24 i i         +* Re: tar problem2Robert Heller
13 Jun 24 i i         i`- Re: tar problem1Richard Kettlewell
13 Jun 24 i i         +- Re: tar problem1Ralf Fassel
13 Jun 24 i i         `- Re: tar problem1Carlos E. R.
12 Jun 24 i `- Re: tar problem1candycanearter07
11 Jun 24 +* Re: tar problem3Lew Pitcher
11 Jun 24 i+- Re: tar problem1Carlos E. R.
12 Jun 24 i`- Re: tar problem1db
12 Jun 24 +* Re: tar problem2Marc Olschok
12 Jun 24 i`- Re: tar problem1Robert Heller
12 Jun 24 +- Re: tar problem1marrgol
14 Jun 24 `* Re: tar problem13db
14 Jun 24  `* Re: tar problem12Lew Pitcher
14 Jun 24   `* Path and/or alias finding11Carlos E.R.
14 Jun 24    +* Re: Path and/or alias finding7Robert Heller
14 Jun 24    i+- Re: Path and/or alias finding1Carlos E.R.
14 Jun 24    i+* Re: Path and/or alias finding4Lew Pitcher
14 Jun 24    ii+- Re: Path and/or alias finding1Lew Pitcher
14 Jun 24    ii+- Re: Path and/or alias finding1Carlos E.R.
31 Jul 24    ii`- Re: Path and/or alias finding1Lawrence D'Oliveiro
31 Jul 24    i`- Re: Path and/or alias finding1Lawrence D'Oliveiro
14 Jun 24    `* Re: Path and/or alias finding3John-Paul Stewart
14 Jun 24     `* Re: Path and/or alias finding2Carlos E.R.
31 Jul 24      `- Re: Path and/or alias finding1Lawrence D'Oliveiro

Haut de la page

Les messages affichés proviennent d'usenet.

NewsPortal