:: [DNG] type
Page principale
Supprimer ce message
Répondre à ce message
Auteur: Hendrik Boom
Date:  
À: dng
Anciens-sujets: Re: [DNG] Python and Virtual Environments
Sujet: [DNG] type
On Thu, Feb 13, 2025 at 08:01:05PM +0900, Olaf Meeuwissen wrote:
...
...
> On Daedalus
>
> # type sh
> sh is /bin/sh
>
> On Excalibur
>
> # type sh
> sh is /usr/bin/sh


What is the type command?
When I ask
    man type
I get information about a DOS compatibility layer, which this
appears not to be.


But
    type sh
behaves as you say.


-- hendrik