Open In App

type command in Linux with Examples

The type command is used to describe how its argument would be translated if used as commands. It is also used to find out whether it is built-in or external binary file.

Syntax:



type [Options] command names

Example:



Options:

Article Tags :