fix dog/hog/dhog split

This commit is contained in:
Jonathan Dahan 2019-01-15 14:34:13 -05:00 committed by Starbeamrainbowlabs
parent e8a6135117
commit f09b0dc4c8

View File

@ -8,7 +8,7 @@
- Split a file by a regular expression. The matching line will be the first line of the next output file:
`split -p {{cat|[d|h]og}} {{filename}}`
`split -p {{cat|^[dh]og}} {{filename}}`
- Split a file with 512 bytes in each split (except the last split; use 512k for kilobytes and 512m for megabytes):