Type (Unix)

type
Original authorAT&T Corporation
DevelopersVarious open-source and commercial developers
Initial release1984; 42 years ago (1984)
Operating systemUnix and Unix-like
PlatformCross-platform
TypeCommand

In Unix and Unix-like operating systems, type is a command that describes how its arguments would be interpreted if used as command names.

Function

Where applicable, type will display the command name's path.[1][2] Possible command types are:

The command returns a non-zero exit status if command names cannot be found.

Examples

$ type test
test is a shell builtin
$ type cp
cp is /bin/cp
$ type unknown
unknown not found
$ type type
type is a shell builtin

History

The type command was a shell builtin for Bourne shell that was introduced in AT&T's System V Release 2 (SVR2) in 1984,[3] and continues to be included in many other POSIX-compatible shells such as Bash. However, type is not part of the POSIX standard. With a POSIX shell, similar behavior is retrieved with

command -V name

In the KornShell, the command whence provides similar functionality.[4]

The command is available as a separate package for Microsoft Windows as part of the UnxUtils collection of native Win32 ports of common GNU Unix-like utilities.[5]

See also

References

  1. ^ "Use Type Command in Linux to Get More Info About Commands". Linux Handbook. 2020-05-11. Retrieved 2025-02-09.
  2. ^ "type command in Linux with Examples". GeeksforGeeks. 2019-05-06. Archived from the original on 2025-03-04. Retrieved 2025-02-09.
  3. ^ "traditional Bourne shell family / history and development". www.in-ulm.de. Archived from the original on 2004-02-03. Retrieved 2018-10-07.
  4. ^ Siever, Ellen (27 July 2005). Linux in a Nutshell. Nutshell handbooks. O'Reilly Media, Inc. (published 2005). p. 695. ISBN 9780596009304. Retrieved 2016-07-05. whence [...] Korn shell only. Show whether each command is a Unix command, a built-in command, a defined shell function, or an alias.
  5. ^ "Native Win32 ports of some GNU utilities". Archived from the original on 2006-02-09. Retrieved 2026-02-03.

Content Disclaimer

Informasi ini disarikan dari Wikipedia dan disajikan kembali untuk tujuan edukasi. Konten tersedia di bawah lisensi CC BY-SA 3.0. Kami tidak bertanggung jawab atas ketidakakuratan data yang bersumber dari kontribusi publik tersebut.

  1. The information displayed on this website is sourced in part or in whole from Wikipedia and has been adapted for the purpose of restating it. We strive to provide accurate and relevant information, however:
  2. There is no guarantee of absolute accuracy. Wikipedia is an open, collaborative project that can be edited by anyone, so information is subject to change.
  3. It is not intended to constitute professional advice. The content displayed is for informational and educational purposes only. For important decisions (e.g., medical, legal, or financial), please consult a professional.
  4. Content copyright. Wikipedia is licensed under the Creative Commons Attribution-ShareAlike License (CC BY-SA). This means that content may be reused with appropriate attribution and shared under a similar license.
  5. Responsible use. Any risk arising from the use of information from this website is entirely the responsibility of the user.