split
Verified for current stable LTS
Split Commands
Split command syntax with verified terminal examples.
Commands
9 commands for Split
split Search
Split Command: Split File By Regex Osx
split -p <cat|^[dh]og> <path/to/file> split Operations
Split Command: Split File Each 10 Lines
split -l 10 <path/to/file> split Operations
Split Command: Split File Into 10 Lines Osx
split -l 10 <path/to/file> split Operations
Split Command: Split File Into 5 Equal Parts
split -n 5 <path/to/file> split Operations
Split Command: Split File Into 5 Equal Parts Osx
split -n 5 <path/to/file> split Operations
Split Command: Split File Into 512 Bytes Osx
split -b 512 <path/to/file> split Operations
Split Command: Split File Into 512 Bytes Pieces
split -b 512 <path/to/file> split Operations
Split Command: Split File Without Breaking Lines 512 Bytes
split -C 512 <path/to/file> split Archive
Split Command: Split Stdin To Multiple Files
gzip -cd <path/to/compressed_file.gz> | split -l <1000> - <path/to/output> Suggest a Split Command
Submit missing workflows, corrections, or verified alternatives for this tool.
FAQ
Coverage: Focused examples for common Split workflows.
Verified version: current stable LTS.
Verification: Test commands in a disposable workspace and submit notes for edge cases.