Difference between revisions of "Export -f"

From wikieduonline
Jump to navigation Jump to search
 
(6 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
  
 +
<code>export -f my_function_name</code>
 +
 +
== Related ==
 +
* <code>[[alias]]</code>
 +
* [[Bash shell functions]]
 +
* [[exec bash]]
  
 
== See also ==
 
== See also ==
 +
* {{export}}
 
* {{Bash}}
 
* {{Bash}}
  
 
[[Category:Bash]]
 
[[Category:Bash]]

Latest revision as of 10:41, 4 April 2023

Advertising: