Difference between revisions of "Export -f"

From wikieduonline
Jump to navigation Jump to search
(Created page with " export -f")
 
 
(8 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
{{lc}}
  
 +
[[export]] -f
 +
https://unix.stackexchange.com/questions/22796/can-i-export-functions-in-bash
  
[[export]] -f
+
<code>export -f my_function_name</code>
 +
 
 +
== Related ==
 +
* <code>[[alias]]</code>
 +
* [[Bash shell functions]]
 +
* [[exec bash]]
 +
 
 +
== See also ==
 +
* {{export}}
 +
* {{Bash}}
 +
 
 +
[[Category:Bash]]

Latest revision as of 10:41, 4 April 2023

Advertising: