GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
TYPE(1) fish-shell TYPE(1)

type - locate a command and describe its type

type [OPTIONS] NAME [...]

NOTE: This page documents the fish builtin type. To see the documentation on any non-fish versions, use command man type.

With no options, type indicates how each NAME would be interpreted if used as a command name.

The following options are available:

Prints all of possible definitions of the specified names.
Don't print function definitions when used with no options or with -a/--all.
Suppresses function lookup.
Prints function, builtin, or file if NAME is a shell function, builtin, or disk file, respectively.
Prints the path to NAME if NAME resolves to an executable file in PATH, the path to the script containing the definition of the function NAME if NAME resolves to a function loaded from a file on disk (i.e. not interactively defined at the prompt), or nothing otherwise.
Returns the path to the executable file NAME, presuming NAME is found in the PATH environment variable, or nothing otherwise. --force-path explicitly resolves only the path to executable files in PATH, regardless of whether NAME is shadowed by a function or builtin with the same name.
Suppresses all output; this is useful when testing the exit status. For compatibility with old fish versions this is also --quiet.
Displays help about using this command.

The -q, -p, -t and -P flags (and their long flag aliases) are mutually exclusive. Only one can be specified at a time.

type returns 0 if at least one entry was found, 1 otherwise, and 2 for invalid options or option combinations.

>_ type fg
fg is a builtin


2024, fish-shell developers

July 5, 2025 4.0

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.