Linux Commands Reference - Complete Linux Command Guide

Comprehensive Linux command reference with 150+ commands. Search, filter by category, and view detailed usage examples.

Share
Back to commands

env

Display or set environment variables

Syntax

env [OPTION]... [-] [NAME=VALUE]... [COMMAND]

Common Options

-iIgnore environment

Common Examples

env

Show all env vars

env | grep PATH

Search env vars

env VAR=value command

Run with env var

Related Commands

Related Tools

More Code & Dev Tools