Linux Commands Reference - Complete Linux Command Guide
Comprehensive Linux command reference with 150+ commands. Search, filter by category, and view detailed usage examples.
export
Set or display environment variables
Syntax
export [-fn] [NAME[=VALUE]...]Common Options
-nRemove variable from export list-fExport shell function-pDisplay all exported variablesNAME=VALUESet and export variableCommon Examples
export PATH=$PATH:/new/pathAdd to PATH
export VAR="value"Set environment variable
export -pShow all exported variables
export -n VARUnexport variable
export -f myfuncExport shell function
export JAVA_HOME=/usr/lib/jvm/java-11Set JAVA_HOME
export LANG=en_US.UTF-8Set locale
export http_proxy=http://proxy:8080Set HTTP proxy
Related Tools
More Code & Dev Tools
Color Contrast Checker
Check color contrast ratios for WCAG compliance. Ensure acce...
IP Calculator
Calculate IP ranges, subnet masks, and CIDR notation. Networ...
CSS Formatter
Format and minify CSS online. Beautify CSS code or compress ...
Color Converter
Convert between HEX, RGB, HSL color formats. Color picker wi...
Color Extractor
Extract colors from images online. Get dominant colors and c...
SQL Formatter
Format and beautify SQL queries online. Improve SQL readabil...
CSS Gradient Generator
Generate CSS gradients online. Linear and radial gradients w...
Timestamp Batch Converter
Convert multiple timestamps at once. Batch process Unix time...
Port Checker
Check if a port is open online. Test port availability and c...
Regex Cheatsheet
Quick reference for regular expression patterns. Character c...
API Tester
Test HTTP APIs online with support for GET, POST, PUT, DELET...
JavaScript Obfuscator
Obfuscate and protect JavaScript code. Make your code harder...