I have the following file content
testing with
---- ----
get footer
I want to split it with the ---- ---- . There may be some other content between the '----'. I am using the following, but it keeps telling that match not found.
csplit -f instruction $FILE /^[-]{4}[\s\S]*[-]{4}$/