Search notes:

Bash built-in: type

tq84_var="some value"

alias tq84_alias='ls -l'

tq84_func() {
  echo foo bar baz
}

type tq84_var
#
# bash: type: tq84_var: not found

type tq84_array
type tq84_alias
#
# tq84_alias is aliased to `ls -l'

# Use -t to suppress definition of alias
type -t tq84_alias
#
# alias

type -t tq84_func
#
# function
Github repository about-Bash, path: /built-in/type/go

See also

Bash built-in: command
Bash builtins

Index

Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 8 attempt to write a readonly database in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php:78 Stack trace: #0 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(78): PDOStatement->execute(Array) #1 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(30): insert_webrequest_('/notes/Linux/sh...', 1758200821, '216.73.216.150', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/Linux/shell/bash/built-in/type/index(65): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78