Difference between revisions of "Export -f"

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

Latest revision as of 10:41, 4 April 2023

Advertising: