mirror of
https://github.com/cheat/cheat.git
synced 2025-04-15 05:56:06 +02:00
New Sheet: csplit - used to split a file into parts
This commit is contained in:
parent
74dfd51601
commit
bc40ced2c1
5
cheat/cheatsheets/csplit
Normal file
5
cheat/cheatsheets/csplit
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
# Split a file based on pattern
|
||||||
|
csplit input.file '/PATTERN/'
|
||||||
|
|
||||||
|
# Use prefix/suffix to improve resulting file names
|
||||||
|
csplit -f 'prefix-' -b '%d.extension' input.file '/PATTERN/' '{*}'
|
Loading…
x
Reference in New Issue
Block a user