OS X includes a command line tool called split. See man split or https://ss64.com/osx/split.html for all the details.
You can call split using the Terminal.app and the command:
split -b 5m bigfish.txt
To split text, use web tool: https://qit.tools/text/split/.