Sample Header Ad - 728x90

Split file into 4 chunks using macOS version of split package

0 votes
2 answers
1179 views
In GNU/Linux in order to split file into 4 equal chunks we can do something like: split temp -n 4 PREFIX_ But seems like the macOS' BSD version of split utility doesn't have -n option. What would be the equivalent of GNU split command in macOS?
Asked by Drew (253 rep)
May 10, 2018, 10:00 PM
Last activity: Jul 1, 2024, 04:37 PM