Table of Contents

Bash - Env - (Process Execution Environment and builtin command)

About

env 1) is a coreutil command line that gives the context execution

It's used generally in a shebang

Management

Passing environment between process

In Bash, to send a variable or a function to another sub-process environment, you use the export command.