i have a big file and want to divide it into small files according to a specific character code example
Example: linux shard a file into smaller files
#split mybigfile.txt into smaller 500mb files
split --bytes 500M --numeric-suffixes --suffix-length=3 mybigfile.txt mysmallfiles.