Linux Commands Reference - Complete Linux Command Guide
Comprehensive Linux command reference with 150+ commands. Search, filter by category, and view detailed usage examples.
seq
Generate number sequences
Syntax
seq [OPTION]... LAST | FIRST LAST | FIRST INCREMENT LASTCommon Options
-sSeparator (default newline)-wEqual width with zero padding-fPrintf-style format-tTerminator stringCommon Examples
seq 5Output 1 to 5
seq 3 7Output 3 to 7
seq 2 2 10Output 2,4,6,8,10
seq -s, 5Comma-separated 1 to 5
seq -w 01 10Equal width 01 to 10
seq -f "%02g" 1 10Two-digit format output
seq 1 0.5 30.5 increment output
seq 10 -1 1Reverse output 10 to 1
Related Tools
More Code & Dev Tools
JavaScript Obfuscator
Obfuscate and protect JavaScript code. Make your code harder...
Color Converter
Convert between HEX, RGB, HSL color formats. Color picker wi...
Code Analyzer
Analyze code quality online. Check for errors, warnings, and...
cURL Converter
Convert cURL commands to Python, JavaScript, PHP, Go, and mo...
WebSocket Tester
Test WebSocket connections and messages in real-time. Connec...
HTML Formatter
Format and minify HTML online. Beautify HTML code or compres...
JavaScript Formatter
Format and beautify JavaScript code online. Improve code rea...
Code Minifier
Minify HTML, CSS, and JavaScript code. Reduce file size by r...
Color Contrast Checker
Check color contrast ratios for WCAG compliance. Ensure acce...
Regex Cheatsheet
Quick reference for regular expression patterns. Character c...
Git Cheatsheet
Quick reference for common Git commands. Search, copy, and u...
CSS Gradient Generator
Generate CSS gradients online. Linear and radial gradients w...