Bash type: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=Internal= * bash")
 
No edit summary
Line 2: Line 2:


* [[Bash#Built-In_Commands|bash]]
* [[Bash#Built-In_Commands|bash]]
=Overview=
type function_name
returns the source of that particular function.
Also see: {{Internal|Bash_Functions#Function_Info|Function Info}}

Revision as of 00:46, 16 July 2017

Internal

Overview

type function_name

returns the source of that particular function.

Also see:

Function Info