SPLIT Commands Cheat Sheet
Here is a cli commands cheat sheet for SPLIT command, you can use this as a quick reminder for basic commands with a brief description for each of the commands.
What is SPLIT command?
Add some data here
# To split a large text file into smaller files of 1000 lines each: split-l 1000 # To split a large binary file into smaller files of 10M each: split -b 10M # To consolidate split files into a single file: cat x* >
Check out the SPLIT command documentation .
You can also check our MegaSh cheatsheet tool, that has 150+ searchable linux cheat sheets in one page, so you never forget a command as you work again