Difference between revisions of "Type (Bash built-in)"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
Line 1: Line 1:
 
{{lowercase}}
 
{{lowercase}}
 
https://linuxcommand.org/lc3_man_pages/typeh.html
 
https://linuxcommand.org/lc3_man_pages/typeh.html
 +
 +
type type
 +
type [[is a shell builtin]]
  
 
== Examples ==
 
== Examples ==

Revision as of 10:28, 5 September 2022

https://linuxcommand.org/lc3_man_pages/typeh.html

type type
type is a shell builtin

Examples

type -a python3
python3 is /usr/bin/python3
python3 is /bin/python3


type -a unattended-upgrade
unattended-upgrade is /usr/bin/unattended-upgrade
unattended-upgrade is /bin/unattended-upgrade
type -a unattended-upgrades
unattended-upgrades is /usr/bin/unattended-upgrades
unattended-upgrades is /bin/unattended-upgrades
type -p
type -Pp $command

Related terms

See also

Advertising: