Linux Commands Reference - Complete Linux Command Guide
Comprehensive Linux command reference with 150+ commands. Search, filter by category, and view detailed usage examples.
sort
Sort lines of text
Syntax
sort [OPTION]... [FILE]...Common Options
-rReverse order-nNumeric sort-kSort by column-uUnique only-tField separatorCommon Examples
sort file.txtAlphabetical sort
sort -n numbers.txtNumeric sort
sort -k 2 file.txtSort by column 2
Related Tools
More Code & Dev Tools
Regex Cheatsheet
Quick reference for regular expression patterns. Character c...
JavaScript Obfuscator
Obfuscate and protect JavaScript code. Make your code harder...
Code Share
Create and share code snippets online. Syntax highlighting a...
HTML Formatter
Format and minify HTML online. Beautify HTML code or compres...
cURL Converter
Convert cURL commands to Python, JavaScript, PHP, Go, and mo...
Color Palette Generator
Generate harmonious color palettes online. Create color sche...
WebSocket Tester
Test WebSocket connections and messages in real-time. Connec...
Color Extractor
Extract colors from images online. Get dominant colors and c...
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...
Cron Expression Generator
Generate and validate Cron expressions online. Convert Cron ...
SQL Formatter
Format and beautify SQL queries online. Improve SQL readabil...