:: Re: [DNG] type
Top Pagina
Delete this message
Reply to this message
Auteur: Alessandro Vesely
Datum:  
Aan: dng
Onderwerp: Re: [DNG] type
On Sun 16/Feb/2025 10:57:59 +0100 Erik Christiansen via Dng wrote:
> alias which='type -a'    # Checks aliases & functions also.
>
> improved matters without losing linguistic rationality.



I like better how which works, for PATH commands, as it avoids full sentences
and just print the name(s). One can type:

     which whatever


and then, for example:

     file `!!`



Best
Ale
--