Context
Need the env utility to display and manipulate environment variables from the shell.
Requirements
/bin/env - display all environment variables when called without arguments
- Support running commands with modified environment:
env VAR=value command
- Print variables in
KEY=value format
Dependencies
Acceptance Criteria
Essential for testing and debugging environment variable support.
Context
Need the
envutility to display and manipulate environment variables from the shell.Requirements
/bin/env- display all environment variables when called without argumentsenv VAR=value commandKEY=valueformatDependencies
Acceptance Criteria
envwith no args prints all environment variablesenvcan set variables for command executionEssential for testing and debugging environment variable support.