Linux Commands Reference - Complete Linux Command Guide
Comprehensive Linux command reference with 150+ commands. Search, filter by category, and view detailed usage examples.
unalias
Remove command aliases
Syntax
unalias [-a] [NAME]...Common Options
-aRemove all aliasesNAMESpecify alias to removeCommon Examples
unalias llRemove ll alias
unalias -aRemove all aliases
unalias ll gs glRemove multiple aliases
alias ll="ls -la"; unalias llCreate then remove alias
unalias -a && source ~/.bashrcReset aliases and reload
\lsBypass alias temporarily
Related Tools
More Code & Dev Tools
Timestamp Converter
Convert between Unix timestamp and human-readable date. Supp...
Code Share
Create and share code snippets online. Syntax highlighting a...
Color Contrast Checker
Check color contrast ratios for WCAG compliance. Ensure acce...
HTML Formatter
Format and minify HTML online. Beautify HTML code or compres...
IP Calculator
Calculate IP ranges, subnet masks, and CIDR notation. Networ...
HTTP Status Codes
Reference guide for HTTP status codes. Learn the meaning of ...
cURL Converter
Convert cURL commands to Python, JavaScript, PHP, Go, and mo...
Code Analyzer
Analyze code quality online. Check for errors, warnings, and...
SQL Formatter
Format and beautify SQL queries online. Improve SQL readabil...
Port Checker
Check if a port is open online. Test port availability and c...
CSS Formatter
Format and minify CSS online. Beautify CSS code or compress ...
Color Extractor
Extract colors from images online. Get dominant colors and c...