#split mybigfile.txt into smaller 500mb files split --bytes 500M --numeric-suffixes --suffix-length=3 mybigfile.txt mysmallfiles.