Horje
export function in shell script Code Example
export function in shell script
export command is used to export a variable or function to the environment of all the child processes running in the current shell. export -f functionname # exports a function in the current shell. It exports a variable or function with a value. “env” command lists all the environment variables.




Shell

Related
npm delete Code Example npm delete Code Example
kali linux command download Code Example kali linux command download Code Example
unmount linux Code Example unmount linux Code Example
install opencv raspberry pi Code Example install opencv raspberry pi Code Example
nodemon installation Code Example nodemon installation Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
9