:: Re: [DNG] type
Página Principal
Delete this message
Reply to this message
Autor: karl
Data:  
Para: dng
Assunto: Re: [DNG] type
Hendrik:
...
> What is the type command?

...

Type is a shell builtin.

$ man dash | fgrep -A5 'type ['
     type [name ...]
            Interpret each name as a command and print the resolution of the
            command search.  Possible resolutions are: shell keyword, alias,
            shell builtin, command, tracked alias and not found.  For aliases
            the alias expansion is printed; for commands and tracked aliases
            the complete pathname of the command is printed.


Regards,
/Karl Hammar