:: Re: [DNG] type
トップ ページ
このメッセージを削除
このメッセージに返信
著者: karl
日付:  
To: dng
題目: 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