CSPLIT Commands Cheat Sheet
Here is a cli commands cheat sheet for CSPLIT command, you can use this as a quick reminder for basic commands with a brief description for each of the commands.
What is CSPLIT command?
Add some data here
# To split a file based on a pattern: csplit'/PATTERN/' # To use prefix/suffix to improve output file names: csplit -f 'prefix-' -b '%d.extension' '/PATTERN/' '{*}'
Check out the CSPLIT 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