env
Verified for current stable LTS
Env Command: Run Program Under Different Name
Use for run program under different name with Env. Exact CLI syntax to run program under different name using Env.
When to use this: Use for run program under different name with Env.
Command Syntax
env -a <custom_name> <program> env -a <custom_name> <program> Command Breakdown
-a- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to run program under different name using Env.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Env Command: Clear Environment And Run Program
env -i <program> Env Command: Remove Variable And Run Program env -u <variable> <program> Env Command: Run Program In Environment env <program> Env Command: Set Multiple Variables And Run Program env <variable1=value variable2=value variable3=value ...> <program> Env Command: Set Variable And Run Program env <variable>=<value> <program>