> bug found following a discussion in comp.unix.shell. > > The POSIX command "type" is not in posh. This command has to be > built in as it must report about functions, builtins, keywords > and aliases. > > For some reason, it was apparently removed in an early version, > which is incorrect.
"type" is an X/Open extension; note the XSI marking in the POSIX standard. Since it is not required by POSIX or by debian policy, posh doesn't implement it. Am I misinformed? -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

