:: [DNG] type
Top Pagina
Delete this message
Reply to this message
Auteur: Hendrik Boom
Datum:  
Aan: dng
Oude Onderwerpen: Re: [DNG] Python and Virtual Environments
Onderwerp: [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