Bash | split a string into an array
ARRAY=(${STRING//,/ }) Dont forget the space character after the last slash.
ARRAY=(${STRING//,/ }) Dont forget the space character after the last slash.
csplit -z -n 5 -k -s -f part. src.xml /\/ “{10000}” 2>/dev/null