Linux Commands Reference - Complete Linux Command Guide
Comprehensive Linux command reference with 150+ commands. Search, filter by category, and view detailed usage examples.
awk
Text processing tool
Syntax
awk [OPTION]... program [file]...Common Options
-FField separator-vDefine variable-fProgram fileCommon Examples
awk '{print $1}' file.txtPrint first column
awk -F':' '{print $1}' /etc/passwdUse colon separator
awk '/pattern/ {print}' file.txtMatch pattern
Related Tools
More Code & Dev Tools
CSS Formatter
Format and minify CSS online. Beautify CSS code or compress ...
JavaScript Obfuscator
Obfuscate and protect JavaScript code. Make your code harder...
Color Extractor
Extract colors from images online. Get dominant colors and c...
IP Calculator
Calculate IP ranges, subnet masks, and CIDR notation. Networ...
cURL Converter
Convert cURL commands to Python, JavaScript, PHP, Go, and mo...
Timestamp Converter
Convert between Unix timestamp and human-readable date. Supp...
CSS Gradient Generator
Generate CSS gradients online. Linear and radial gradients w...
Color Converter
Convert between HEX, RGB, HSL color formats. Color picker wi...
SQL Formatter
Format and beautify SQL queries online. Improve SQL readabil...
HTML Formatter
Format and minify HTML online. Beautify HTML code or compres...
JavaScript Formatter
Format and beautify JavaScript code online. Improve code rea...
Regex Cheatsheet
Quick reference for regular expression patterns. Character c...