Linux Commands Reference - Complete Linux Command Guide
Comprehensive Linux command reference with 150+ commands. Search, filter by category, and view detailed usage examples.
split
Split a file into smaller pieces
Syntax
split [OPTION]... [INPUT [PREFIX]]Common Options
-lSplit by line count-bSplit by byte size-dUse numeric suffixes-aSuffix length--verboseShow split progressCommon Examples
split -l 1000 largefile.txtSplit every 1000 lines
split -b 100M largefile.zipSplit every 100MB
split -l 500 -d file.txt part_Use numeric suffixes
split -b 10M -d large.tar.gz chunk_Split archive file
Related Tools
More Code & Dev Tools
Regex Cheatsheet
Quick reference for regular expression patterns. Character c...
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...
HTTP Status Codes
Reference guide for HTTP status codes. Learn the meaning of ...
Port Checker
Check if a port is open online. Test port availability and c...
Timestamp Batch Converter
Convert multiple timestamps at once. Batch process Unix time...
Code Formatter
Format and beautify code online. Support multiple languages ...
Code Analyzer
Analyze code quality online. Check for errors, warnings, and...
JavaScript Formatter
Format and beautify JavaScript code online. Improve code rea...
CSS Gradient Generator
Generate CSS gradients online. Linear and radial gradients w...
XML Formatter
Format and minify XML online. Beautify XML code or compress ...
Git Cheatsheet
Quick reference for common Git commands. Search, copy, and u...