Linux Commands Reference - Complete Linux Command Guide
Comprehensive Linux command reference with 150+ commands. Search, filter by category, and view detailed usage examples.
source
Execute script file in current shell
Syntax
source FILENAME [ARGUMENTS]... | . FILENAME [ARGUMENTS]...Common Options
. FILENAMESame as source, dot shorthandCommon Examples
source ~/.bashrcReload bashrc config
. ~/.bash_profileLoad bash_profile
source env.shLoad environment script
source activateActivate Python venv
source ~/myenv/bin/activateActivate specific venv
. ./config.shLoad config script
source setvars.sh arg1 arg2Execute script with args
source ~/.nvm/nvm.shLoad nvm
Related Tools
More Code & Dev Tools
Timestamp Batch Converter
Convert multiple timestamps at once. Batch process Unix time...
IP Calculator
Calculate IP ranges, subnet masks, and CIDR notation. Networ...
Cron Expression Generator
Generate and validate Cron expressions online. Convert Cron ...
SQL Formatter
Format and beautify SQL queries online. Improve SQL readabil...
API Tester
Test HTTP APIs online with support for GET, POST, PUT, DELET...
Regex Cheatsheet
Quick reference for regular expression patterns. Character c...
Color Palette Generator
Generate harmonious color palettes online. Create color sche...
HTTP Status Codes
Reference guide for HTTP status codes. Learn the meaning of ...
XML Formatter
Format and minify XML online. Beautify XML code or compress ...
Color Extractor
Extract colors from images online. Get dominant colors and c...
Color Converter
Convert between HEX, RGB, HSL color formats. Color picker wi...
WebSocket Tester
Test WebSocket connections and messages in real-time. Connec...