Movatterモバイル変換


[0]ホーム

URL:


Jump to content
WikipediaThe Free Encyclopedia
Search

type (Unix)

From Wikipedia, the free encyclopedia
Not to be confused withTYPE (DOS command).
type
Examples oftype command
Original author(s)AT&T Corporation
Developer(s)Variousopen-source andcommercial developers
Initial release1984; 41 years ago (1984)
Operating systemUnix andUnix-like
PlatformCross-platform
TypeCommand

InUnix andUnix-likeoperating systems,type is acommand that describes how itsarguments would be interpreted if used as command names.

Function

[edit]
This sectiondoes notcite anysources. Please helpimprove this section byadding citations to reliable sources. Unsourced material may be challenged andremoved.(March 2024) (Learn how and when to remove this message)

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

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

Examples

[edit]
$typetesttest is a shell builtin$typecpcp is /bin/cp$typeunknownunknown not found$typetypetype is a shell builtin

History

[edit]

Thetype command was ashell builtin forBourne shell that was introduced inAT&T's System V Release 2 (SVR2) in 1984,[3] and continues to be included in many other POSIX-compatible shells such asBash. However,type is not part of thePOSIX standard. With a POSIX shell, similar behavior is retrieved with

command -V name

In theKornShell, the commandwhence provides similar functionality.[4]

The command is available as a separate package forMicrosoft Windows as part of theUnxUtils collection ofnativeWin32ports of commonGNU Unix-like utilities.[5]

See also

[edit]
The WikibookGuide to Unix has a page on the topic of:Commands

References

[edit]
  1. ^"Use Type Command in Linux to Get More Info About Commands".Linux Handbook. 2020-05-11. Retrieved2025-02-09.
  2. ^"type command in Linux with Examples".GeeksforGeeks. 2019-05-06. Retrieved2025-02-09.
  3. ^"traditional Bourne shell family / history and development".www.in-ulm.de. Retrieved2018-10-07.
  4. ^Siever, Ellen (27 July 2005).Linux in a Nutshell. Nutshell handbooks. O'Reilly Media, Inc. (published 2005). p. 695.ISBN 9780596009304. Retrieved2016-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
File system
Processes
User environment
Text processing
Shell builtins
Searching
Documentation
Software development
Miscellaneous
Stub icon

Thisoperating-system-related article is astub. You can help Wikipedia byexpanding it.

Retrieved from "https://en.wikipedia.org/w/index.php?title=Type_(Unix)&oldid=1276620950"
Categories:
Hidden categories:

[8]ページ先頭

©2009-2025 Movatter.jp