Linux Commands Reference - Complete Linux Command Guide
Comprehensive Linux command reference with 150+ commands. Search, filter by category, and view detailed usage examples.
set
Set or unset shell options and positional parameters
Syntax
set [--abefhkmnptuvxBCHP] [-o option-name] [ARG]...Common Options
-eExit on command error-uError on undefined variable-xPrint executed commands (debug)-o pipefailPipeline fails if any command fails-aAuto-export all variables-nRead commands but don't execute-fDisable filename globbing-vShow shell input lines--End options, rest are arguments+eDisable -e optionCommon Examples
set -eExit on error
set -euo pipefailStrict mode
set -xEnable debug mode
set +xDisable debug mode
set -- arg1 arg2Set positional parameters
set -fDisable glob expansion
set -aAuto-export variables
set -o viSet vi edit mode
Related Tools
More Code & Dev Tools
Code Minifier
Minify HTML, CSS, and JavaScript code. Reduce file size by r...
CSS Gradient Generator
Generate CSS gradients online. Linear and radial gradients w...
Color Converter
Convert between HEX, RGB, HSL color formats. Color picker wi...
Cron Expression Generator
Generate and validate Cron expressions online. Convert Cron ...
CSS Formatter
Format and minify CSS online. Beautify CSS code or compress ...
Git Cheatsheet
Quick reference for common Git commands. Search, copy, and u...
Code Formatter
Format and beautify code online. Support multiple languages ...
Code Share
Create and share code snippets online. Syntax highlighting a...
API Tester
Test HTTP APIs online with support for GET, POST, PUT, DELET...
IP Calculator
Calculate IP ranges, subnet masks, and CIDR notation. Networ...
Color Contrast Checker
Check color contrast ratios for WCAG compliance. Ensure acce...
JavaScript Formatter
Format and beautify JavaScript code online. Improve code rea...