Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.os.linux.misc > #56585
| From | "Carlos E.R." <robin_listas@es.invalid> |
|---|---|
| Newsgroups | comp.os.linux.misc |
| Subject | Re: Path and/or alias finding |
| Date | 2024-06-14 22:02 +0200 |
| Message-ID | <p6kujkxtrb.ln2@Telcontar.valinor> (permalink) |
| References | <v44em0$3i8j8$1@dont-email.me> <v4hkem$2u4k0$1@dont-email.me> <v4hkle$2ta7j$1@dont-email.me> <g1cujkxqt4.ln2@Telcontar.valinor> <ld3k2rFihpjU1@mid.individual.net> |
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.
Back to comp.os.linux.misc | Previous | Next — Previous in thread | Find similar
tar problem db <dieterhansbritz@gmail.com> - 2024-06-09 14:36 +0000
Re: tar problem Marco Moock <mm+usenet-es@dorfdsl.de> - 2024-06-09 17:28 +0200
Re: tar problem Lew Pitcher <lew.pitcher@digitalfreehold.ca> - 2024-06-09 16:01 +0000
Re: tar problem Richard Kettlewell <invalid@invalid.invalid> - 2024-06-09 18:22 +0100
Re: tar problem Robert Heller <heller@deepsoft.com> - 2024-06-09 19:12 +0000
Re: tar problem db <dieterhansbritz@gmail.com> - 2024-06-10 11:34 +0000
Re: tar problem Lew Pitcher <lew.pitcher@digitalfreehold.ca> - 2024-06-10 12:35 +0000
Re: tar problem "Carlos E. R." <robin_listas@es.invalid> - 2024-06-10 23:00 +0200
Re: tar problem Lew Pitcher <lew.pitcher@digitalfreehold.ca> - 2024-06-10 22:35 +0000
Re: tar problem "Carlos E. R." <robin_listas@es.invalid> - 2024-06-11 00:55 +0200
Re: tar problem db <dieterhansbritz@gmail.com> - 2024-06-11 08:39 +0000
Re: tar problem Rich <rich@example.invalid> - 2024-06-11 17:07 +0000
Re: tar problem Lew Pitcher <lew.pitcher@digitalfreehold.ca> - 2024-06-11 18:36 +0000
Re: tar problem db <dieterhansbritz@gmail.com> - 2024-06-12 12:38 +0000
Re: tar problem Ralf Fassel <ralfixx@gmx.de> - 2024-06-12 18:49 +0200
Re: tar problem Richard Kettlewell <invalid@invalid.invalid> - 2024-06-12 20:16 +0100
Re: tar problem Robert Heller <heller@deepsoft.com> - 2024-06-12 21:08 +0000
Re: tar problem Richard Kettlewell <invalid@invalid.invalid> - 2024-06-13 08:33 +0100
Re: tar problem Ralf Fassel <ralfixx@gmx.de> - 2024-06-13 10:50 +0200
Re: tar problem "Carlos E. R." <robin_listas@es.invalid> - 2024-06-13 20:00 +0200
Re: tar problem candycanearter07 <candycanearter07@candycanearter07.nomail.afraid> - 2024-06-12 06:45 +0000
Re: tar problem Lew Pitcher <lew.pitcher@digitalfreehold.ca> - 2024-06-10 22:56 +0000
Re: tar problem "Carlos E. R." <robin_listas@es.invalid> - 2024-06-11 02:42 +0200
Re: tar problem db <dieterhansbritz@gmail.com> - 2024-06-12 12:41 +0000
Re: tar problem nobody@nowhere.invalid (Marc Olschok) - 2024-06-12 15:29 +0000
Re: tar problem Robert Heller <heller@deepsoft.com> - 2024-06-12 18:21 +0000
Re: tar problem marrgol <marrgol@address.invalid> - 2024-06-12 19:33 +0200
Re: tar problem db <dieterhansbritz@gmail.com> - 2024-06-14 14:35 +0000
Re: tar problem Lew Pitcher <lew.pitcher@digitalfreehold.ca> - 2024-06-14 14:38 +0000
Path and/or alias finding "Carlos E.R." <robin_listas@es.invalid> - 2024-06-14 19:42 +0200
Re: Path and/or alias finding Robert Heller <heller@deepsoft.com> - 2024-06-14 18:50 +0000
Re: Path and/or alias finding "Carlos E.R." <robin_listas@es.invalid> - 2024-06-14 21:59 +0200
Re: Path and/or alias finding Lew Pitcher <lew.pitcher@digitalfreehold.ca> - 2024-06-14 20:24 +0000
Re: Path and/or alias finding Lew Pitcher <lew.pitcher@digitalfreehold.ca> - 2024-06-14 20:30 +0000
Re: Path and/or alias finding "Carlos E.R." <robin_listas@es.invalid> - 2024-06-14 22:43 +0200
Re: Path and/or alias finding John-Paul Stewart <jpstewart@personalprojects.net> - 2024-06-14 15:30 -0400
Re: Path and/or alias finding "Carlos E.R." <robin_listas@es.invalid> - 2024-06-14 22:02 +0200
csiph-web