Linux Commands Reference - Complete Linux Command Guide

Comprehensive Linux command reference with 150+ commands. Search, filter by category, and view detailed usage examples.

Share
Back to commands

type

Show command type

Syntax

type [OPTION]... NAME...

Common Options

-aShow all matches
-tShow type only
-pShow path if file

Common Examples

type ls

Show ls type

type -a echo

Show all echo matches

type -t cd

Show cd type only

type python

Check if python is builtin

Related Commands

Related Tools

More Code & Dev Tools